RTX 3050 - Order Now
Home / Blog / Tutorials / Tailscale for a Private AI Network
Tutorials

Tailscale for a Private AI Network

Tailscale creates a zero-config mesh VPN. Put your dedicated GPU server and all your laptops on one private network without opening any public ports.

Tailscale is a WireGuard-based mesh VPN that “just works”. Your GPU server on our hosting joins your tailnet, your laptops join the same tailnet, and suddenly everyone talks on private IPs with zero port-forwarding.

Contents

Why Tailscale

  • No inbound public ports – more secure than exposing Ollama or Jupyter
  • Stable private hostnames across your laptops and servers
  • MagicDNS – gpu-server resolves from any tailnet member
  • Free for up to 100 devices / 3 users

Setup

On the GPU server:

curl -fsSL https://tailscale.com/install.sh | sh
sudo tailscale up --hostname=gpu-server

On your laptop: install the Tailscale app, sign in with the same identity.

Both devices now see each other on Tailscale IPs like 100.x.y.z.

Using It

SSH from your laptop:

ssh user@gpu-server.tailnet-name.ts.net

Or with MagicDNS enabled just ssh user@gpu-server.

Point Ollama or vLLM at Tailscale IPs instead of localhost:

# Ollama listens on tailnet only
OLLAMA_HOST=100.x.y.z:11434 ollama serve

Any tailnet member can now reach the API. No firewall changes, no TLS needed for the internal hop.

ACLs

Tailscale ACLs control who can reach what. For a team:

{
  "groups": {
    "group:devs": ["alice@example.com", "bob@example.com"]
  },
  "acls": [
    { "action": "accept", "src": ["group:devs"], "dst": ["gpu-server:22,11434,8000"] }
  ]
}

Devs can reach only the ports they need. Other tailnet members cannot.

Private GPU Network

UK dedicated GPU hosting joining your Tailscale mesh for zero-port private access.

Browse GPU Servers

See WireGuard alternative and Cloudflare Tunnel alternative.

Need a Dedicated GPU Server?

Deploy from RTX 3050 to RTX 5090. Full root access, NVMe storage, 1Gbps — UK datacenter.

Browse GPU Servers

admin

We benchmark, deploy, and optimise GPU infrastructure for AI workloads. All data in our guides comes from real-world testing on our UK-based dedicated GPU servers.

Ready to deploy your AI workload?

Dedicated GPU servers from our UK datacenter. NVMe storage, 1Gbps networking, full root access.

Browse GPU Servers Contact Sales

Have a question? Need help?