2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-03 03:40:24 +00:00

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 12:01:44 -07:00 committed by GitHub
parent 7218127569
commit 06aa617214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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