Installing Tailscale via static binary

September 25, 2024, 07:51

.daemos

Read online that it was possible to install Tailscale via static binary on LibreELEC; however, the tutorial assumed alot of general knowledge about the LibreELEC command system. I for one have zero experience outside the basics of the Raspi 5 OS hence why im here. Ive followed the tutorial set by Tailscale, yet I'm still facing errors. Tailscale Guide: https://tailscale.com/kb/1053/install-static ##################################### Setting up Tailscale with static binaries (unsupported) If you would like to try Tailscale on a Linux distribution we don't yet support, we offer statically-compiled binaries on a best-effort basis. If you use these binaries, contact us so that we can consider adding official support for your distribution. We offer static binaries for x86 and ARM CPUs, in both 32-bit and 64-bit variants. Download the static binaries for your CPU architecture: Stable release track Unstable development track Unpack the archive: tar xvf tailscale_VERSION_ARCH.tgz Start tailscaled: If you want to configure systemd to run tailscaled automatically, a service configuration is available in the systemd/ subdirectory of the unpacked archive.sudo tailscaled --state=tailscaled.state Connect your machine to your Tailscale network and authenticate in your browser: sudo tailscale up You're connected! You can find your Tailscale IPv4 address by running: tailscale ip -4 If the device you added is a server or remotely-accessed device, you may want to consider disabling key expiry to prevent the need to periodically re-authenticate. ##################################### What I've done so far, Enabled Raspi Tools in the LibreELEC add-ons wget https://pkgs.tailscale.com/stable/tailscale_1.74.1_arm64.tgz tar xvf tailscale_1.74.1_arm64.tgz tailscaled --state=tailscaled.state r/raspberry_pi - Installing Tailscale via static binary Error = -sh: tailscaled: not found I tried ./tailscale_1.74.1_arm64/tailscaled r/raspberry_pi - Installing Tailscale via static binary I proceed to get the error that tailscale has stoped. What am I doing wrong/ can anyone help me get to my goal. Have in mind that I am somewhat new to this system and the raspi 5 as a whole

oops.se

Read https://discord.com/channels/818384379197784084/1189386838788542464for some tips about formatting and there is no need to cross post!