code-server 3.2.0 starting but can't access the website
See original GitHub issueI receive the following response when running code-server
on my ubuntu 18.04 VPS:
info code-server 3.2.0 fd36a99a4c78669970ebc4eb05768293b657716f
info HTTP server listening on http://127.0.0.1:8080
info - Password is `somepassword`
info - To use your own password set the PASSWORD environment variable
info - To disable use `--auth none`
info - Not serving HTTPS
info Automatic updates are enabled
But I can’t access the website. (MY VPS IP + port 8080 which returns This site can’t be reached)
- Web Browser: Chrome
code-server --version
: 3.2.0 fd36a99a4c78669970ebc4eb05768293b657716f
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
code-server 3.2.0 starting but can't access the website #1800
I receive the following response when running code-server on my ubuntu ... code-server 3.2.0 starting but can't access the website #1800.
Read more >How To Set Up the code-server Cloud IDE Platform on ...
Start the code-server service by running the following command: sudo systemctl start code-server.
Read more >Code-Server on Ubuntu not working
1 Answer 1 · While logged in to your VPS by SSH, press Enter ~ C · Type -R127.0.0.1:8443:127.0.0.1:8443 and press enter ·...
Read more >FAQ - code-server v4.8.0 docs
Frequently asked questions on installing and running code-server.
Read more >How to install code-server on Ubuntu 18.04
Once registered, log into your UpCloud Control Panel and get cracking! Deploy a new cloud server. The next thing you'll need to do...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi ! Sorry for my response being late, l’ve been out of office lately.
Sure I will open an issue with my detailed configs, thanks for your support and reactivity 😃
Oh I see you’ve tried passing
--host
to the service so that can’t be it. Please do open a new issue with your config file and output with--debug
. Thanks!