Our primary goal is to provide stable and secure access to shared hardware (RPIs, Servers, Flight controllers etc) regardless of where our members are in the world. In addition, we hope to unlock new opportunities by allowing private, secure communication between team members.
By default, you can only access shared machines and your own machines. Your machines are only acccessible by yourself.
You may also want to forward certain ports on your machine. This could be useful if you self-host services for the rest of the group. Please contact the server admin.
Access to the server requires an non-expired auth-key
. You can register multiple machines with the server with one auth-key
.
Your user name is your CRSid. Each machine you add will be assigned the domain <machine>.<user>.headscale.wise-angel.com
. Once Tailscale is running on your system, you can use this domain to access ports on your machine.
sudo tailscale up
tailscale up --login-server https://vpn.wise-angel.com --auth-key <YOUR-AUTH-KEY>
tailscale login --login-server https://vpn.wise-angel.com --auth-key <YOUR-AUTH-KEY>
--force-reauth --reset
/Applications/Tailscale.app/Contents/MacOS/Tailscale login --login-server https://vpn.wise-angel.com --auth-key <YOUR-AUTH-KEY>
If you have previous logged into Tailscale, try adding the following argument to the previous command: --force-reauth --reset
If you encountered any problems with the steps above, please refer to these guides:
If you still cannot resolve the problem, contact the sserver admin.