We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35601e0 commit 6324842Copy full SHA for 6324842
1 file changed
uninstall.md
@@ -28,11 +28,22 @@ Tailscale should be removed next. Follow the instructions below.
28
29
## Remove Tailscale
30
31
+To disconnect and remove Tailscale state, run:
32
+
33
```bash
34
tailscale logout
35
+tailscale down
36
rm -rf /var/lib/tailscale/tailscaled.state
37
```
38
39
+### Uninstall Tailscale Completely
40
41
+To fully uninstall Tailscale, run:
42
43
+```bash
44
+apt-get remove tailscale
45
+```
46
47
## 5Stack Panel Files
48
49
Then you will want to remove all files associated with 5Stack Panel under `/opt/5stack`
0 commit comments