@@ -82,18 +82,20 @@ persistent environment from your main device, a tablet, or your phone.
82
82
83
83
## Configure Coder with a new Workspace
84
84
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 > .
86
87
87
88
- If you get a browser warning similar to ` Secure Site Not Available ` , you
88
89
can ignore the warning and continue to the setup page.
89
90
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.
94
96
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 .
97
99
98
100
![ Welcome to Coder - Create admin user] ( ../images/screenshots/welcome-create-admin-user.png ) _ Welcome
99
101
to Coder - Create admin user_
0 commit comments