Skip to content

Tailscale VPN

Machine to machine access is handled through Tailscale. More info: https://www.tailscale.com Tailscale clients are installed on all devices and machines which we would like to access from outside our internal network, i.e. remotely:

  • Phones
  • Tablets
  • Laptops
  • NAS
  • Proxmox
  • Home Assistant OS
  • Dev VM

Installation

On linux, run the following command:

curl -fsSL https://tailscale.com/install.sh | sh

Use the app store for macOS / iOS / Windows / Android.

Remote access

In addition to installing the Tailscale client on each service, we can make some services available ad-hoc through the browser using serve, e.g:

tailscale serve https+insecure://localhost:8006

Tailscale on Proxmox

For Proxmox, there are some specific settings documented here.