mirror of
https://github.com/pikvm/pikvm
synced 2024-11-01 09:20:17 +00:00
912 B
912 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
- Use this 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: https://tailscale.com/download
- Check tha page https://login.tailscale.com/admin/machines to view your VPN network.
- Follow the URL in the web browser:
https://<tailscale_kvm_ip>
and you will see Pi-KVM web interface.