Skip to content

Commit 97970dc

Browse files
committed
chore: update uninstall docs
1 parent 5140554 commit 97970dc

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

uninstall.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,40 @@
11
# Uninstalling 5Stack Panel
22

3-
To uninstall the 5Stack Panel, you can run
3+
Follow the steps below to completely remove the 5Stack Panel, all game nodes, and related components from your system.
4+
5+
---
6+
7+
## Uninstall Panel and Game Nodes
8+
9+
### Main Panel Server
10+
11+
Run the following command on the main panel server:
412

513
```bash
614
/usr/local/bin/k3s-uninstall.sh
715
```
816

17+
## Game Server Nodes
18+
19+
Run the following command on each game server node:
20+
21+
```bash
22+
/usr/local/bin/k3s-agent-uninstall.sh
23+
```
24+
25+
:::warning
26+
Tailscale should be removed next. Follow the instructions below.
27+
:::
28+
29+
## Remove Tailscale
30+
31+
```bash
32+
tailscale logout
33+
rm -rf /var/lib/tailscale/tailscaled.state
34+
```
35+
36+
## 5Stack Panel Files
37+
938
Then you will want to remove all files associated with 5Stack Panel under `/opt/5stack`
1039

1140
```bash

0 commit comments

Comments
 (0)