Tailscale Setup
Tailscale creates a secure, zero-config Mesh VPN (Tailnet) that connects all your devices as if they were on the same local network, regardless of where they are in the world.
Create a Tailnet
Sign up for a free account. This "Tailnet" is your private encrypted network. All devices you add will be assigned a permanent internal IP address.
Sign Up for TailscaleInstall on Your Home Server
If you are running a Linux-based home server (like an N100 Mini PC), install Tailscale using their one-line script:
curl -fsSL https://tailscale.com/install.sh | sh
Once installed, authenticate the server by running:
sudo tailscale up --advertise-exit-node
Mobile & Remote Access
Install the Tailscale app on your S25 Ultra. Once logged in, you will see your home server listed. You can now use its Tailscale IP to access your self-hosted apps.
Download for AndroidEnable Exit Nodes
By using your home server as an Exit Node, you can route all your mobile traffic through your home network. This is perfect for using public Wi-Fi securely or bypassing location restrictions.
- In the Tailscale Admin Console, find your server.
- Under "Edit route settings", enable Exit Node.
- On your phone, select "Use Exit Node" in the Tailscale app.