diff --git a/docs/tailscale.md b/docs/tailscale.md index a4938562..aa70dd78 100644 --- a/docs/tailscale.md +++ b/docs/tailscale.md @@ -29,3 +29,15 @@ * [Download](https://tailscale.com/download) and install tailscale for your OS to the system you are using, not to the system you want to control. * Check the [admin page](https://login.tailscale.com/admin/machines) to view your VPN network. * Follow the URL in the web browser: `https://` and you will see PiKVM web interface. + +??? note + * BASIC troubleshooting in case this fails in some way: Uninstall tailscale, remove these dirs /var/lib/tailscale /var/cache/tailscale and reinstall + + ``` + # pacman -Rscnd tailscale + # rm -rf /var/lib/tailscale /var/cache/tailscale + # reboot + ``` + + * Follow the above instructions to reinstall +