Update tailscale.md (#815)

* Update tailscale.md

Added basic troubleshooting

* Update tailscale.md

edited per request
This commit is contained in:
arch1mede
2022-09-04 22:01:44 +03:00
committed by GitHub
parent 7218127569
commit 06aa617214
+12
View File
@@ -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://<tailscale_kvm_ip>` 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