8000 quickstart: fix web UI address and update setup screenshot · coder/coder@bded76f · GitHub
[go: up one dir, main page]

Skip to content

Commit bded76f

Browse files
committed
quickstart: fix web UI address and update setup screenshot
1 parent 39f42bc commit bded76f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Loading

docs/tutorials/quickstart.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,20 @@ persistent environment from your main device, a tablet, or your phone.
8282

8383
## Configure Coder with a new Workspace
8484

85-
1. If you're running Coder locally, go to <http://0.0.0.0:3001/setup>.
85+
1. Coder will attempt to open the setup page in your browser. If it doesn't open
86+
automatically, go to <http://localhost:3000>.
8687

8788
- If you get a browser warning similar to `Secure Site Not Available`, you
8889
can ignore the warning and continue to the setup page.
8990

90-
If your Coder server is on a network or cloud device, locate the message in
91-
your terminal that reads,
92-
`View the Web UI: https://<CUSTOM-STRING>.<TUNNEL>.try.coder.app`. The server
93-
begins to stream logs immediately and you might have to scroll up to find it.
91+
If your Coder server is on a network or cloud device, or you are having
92+
trouble viewing the page, locate the web UI URL in Coder logs in your
93+
terminal. It looks like `https://<CUSTOM-STRING>.<TUNNEL>.try.coder.app`.
94+
It's one of the first lines of output, so you might have to scroll up to find
95+
it.
9496

95-
1. On the **Welcome to Coder** page, enter the information to create an admin
96-
user, then select **Create account**.
97+
1. On the **Welcome to Coder** page, create an admin account using your
98+
preferred signup method.
9799

98100
![Welcome to Coder - Create admin user](../images/screenshots/welcome-create-admin-user.png)_Welcome
99101
to Coder - Create admin user_

0 commit comments

Comments
 (0)
0