Closed chenxudong2020 closed 2 years ago
Headscale is simply a third-party control server for Tailscale - the compatibility list in the readme is with the first-party clients, which can be downloaded here: https://tailscale.com/download
Unfortunately there is a bug (https://github.com/tailscale/tailscale/issues/2798) in the windows tailscale client right now preventing the login server from being saved. A workaround that's available is to set a bunch of registry keys, which can be found here in an ansible script (found by searching the Discord history): https://github.com/kradalby/plays/blob/master/roles/win_tailscale/tasks/main.yaml#L20
How do windows clients login or use commands?
I'm assuming you have a server set up. if you don't, and don't understand the documentation (https://github.com/juanfont/headscale/tree/main/docs), then I would say that this project is not for you.
HKEY LOCAL MACHINE\SOFTWARE\Tailscale IPN\UnattendedMode
(string): always
HKEY LOCAL MACHINE\SOFTWARE\Tailscale IPN\LoginURL
(string): https://[your_headscale_url_here]
https://github.com/juanfont/headscale/blob/main/docs/running-headscale-linux.md
Can you provide RPM package or DEB package? I find that the document is very complex?
Thank you, I'll try
The documentation is quite rough on the edges, but should be doable with an hour or two of troubleshooting. There is no RPM or DEB yet, but there is a docker image that you can use. Reminder that this is a volunteer-run open source project in a sort of alpha/beta state, you're expected to figure some stuff out yourself. I'm not even affiliated with the authors of this project. You can ask the discord (link in Readme) for some help if you get stuck.
v 非常感谢 Thank you.
From readme, I can see that there is already a Windows client, but I can't find the place to download. Please tell me where to download the Windows client. Thank you; It's best to put the Windows client to the distribution for download.