You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pikvm/pages/tailscale.md

906 B

Tailscale VPN

You can use Tailscale to access Pi-KVM on the internal network. This is a convenient and free (for private use) tool for organizing a small VPN network.

Installation

On the Pi-KVM side

  1. Use this commands:
# rw
# pacman -Syy
# pacman -S tailscale
# systemctl enable --now tailscaled
# tailscale up
  1. Follow the link to authorize this installation.
  2. After success, perform soft reboot using reboot command to make sure that everything will work correctly.
  3. Perform command ip addr show tailscale0 to view the Tailscale IP address.

On the workstation side