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:
###########################################
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:
Unpack the archive:
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.
Connect your machine to your Tailscale network and authenticate in your browser:
You're connected! You can find your Tailscale IPv4 address by running:
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
Error = -sh: tailscaled: not found
I tried
./tailscale_1.74.1_arm64/tailscaled
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