mirror of
https://github.com/pikvm/pikvm
synced 2024-11-06 21:20:32 +00:00
1.2 KiB
1.2 KiB
Tailscale VPN
Tailscale can be used to access PiKVM on the internal network. This is a convenient and free (for private use) tool for organizing a small VPN network. This document is provided as an example for accessing your pikvm over the inet but you can also use zerotier or remote.it. Basic support like whats shown below is provided as an example, any other setting or functionality needs to be redirected to the appropriate community.
Installation
On the PiKVM side
-
Use these commands:
# rw # pacman -Syy # pacman -S tailscale-pikvm # systemctl enable --now tailscaled # tailscale up
-
Follow the link to authorize this installation.
-
After success, perform soft reboot using
reboot
command to make sure that everything will work correctly. -
Perform command
ip addr show tailscale0
to view the Tailscale IP address.
On the workstation side
- Download and install tailscale for your OS.
- Check the admin page to view your VPN network.
- Follow the URL in the web browser:
https://<tailscale_kvm_ip>
and you will see PiKVM web interface.