File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
938Then you will want to remove all files associated with 5Stack Panel under ` /opt/5stack `
1039
1140``` bash
You can’t perform that action at this time.
0 commit comments