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:
parent
7218127569
commit
06aa617214
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user