From 06aa617214d9b27d49deb4d0345e3f3a8ba2985e Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sun, 4 Sep 2022 12:01:44 -0700 Subject: [PATCH] Update tailscale.md (#815) * Update tailscale.md Added basic troubleshooting * Update tailscale.md edited per request --- docs/tailscale.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +