How to install tailscale on Fedora CoreOS
In order to install tailscale, on Fedora CoreOS (this post has been tested on Fedora CoreOS 35), you can use this sequence of commands:
install_tailscale_fcos.sh
sudo curl -o /etc/yum.repos.d/tailscale.repo https://pkgs.tailscale.com/stable/fedora/tailscale.repo
sudo rpm-ostree install tailscaleNow reboot using
example.sh
sudo systemctl rebootOnce rebooted, you can enable the service using
example.sh
sudo systemctl enable --now tailscaledand then configure tailscale as usual:
example.sh
sudo tailscale up --login-server .... --authkey ...Also see our post on How to connect tailscale to headscale server on Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow