-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Unable to access Headscale http server after installation #2238
Comments
Can you give the output of these commands (run those on the same machine where headscale installed):
If you want to reach headscale from the outside, you'll need to update the configuration to set at least: server_url: http://your-headscale.exaple.com:8080
listen_addr: 0.0.0.0:8080 |
This is actually fine. Headscale does not provide a web interface by default. You can visit |
Yeah that works lol. Wish someone would add this in the documentation though. It was not very clear at the end. |
* Link back to node registration docs * adjust wording in apple docs * Mention client specific page to check if headscale works Ref: #2238
* Link back to node registration docs * adjust wording in apple docs * Mention client specific page to check if headscale works Ref: juanfont#2238
Is this a support request?
Is there an existing issue for this?
Current Behavior
I've completed the installation of Headscale on Ubuntu 24.04 LTS. Headscale is being run as a systemd service and the server address is the default one provided in config: 127.0.0.1:8080. I've ensured no other program is using that port. The logs also indicate there is no error. Trying to access the http server by curling on the local machine doesn't seem to be working.
Expected Behavior
Should be able to access Headscale http server of machine
Steps To Reproduce
Environment
Runtime environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: