2020-08-13 03:55:25 +00:00
# Tailscale VPN
You can use [Tailscale ](https://tailscale.com/ ) 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
2021-02-08 00:57:58 +00:00
1. Use these commands:
2020-08-13 03:55:41 +00:00
```
2020-08-13 03:55:25 +00:00
# rw
# pacman -Syy
2021-01-30 06:16:23 +00:00
# pacman -S tailscale-pikvm
2020-08-13 03:55:25 +00:00
# systemctl enable --now tailscaled
# tailscale up
```
2. Follow the link to authorize this installation.
3. After success, perform soft reboot using `reboot` command to make sure that everything will work correctly.
4. 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
2021-02-08 00:57:58 +00:00
* Check the page https://login.tailscale.com/admin/machines to view your VPN network.
2020-08-13 03:55:25 +00:00
* Follow the URL in the web browser: `https://<tailscale_kvm_ip>` and you will see Pi-KVM web interface.