Follow the steps below to completely remove the 5Stack Panel, all game nodes, and related components from your system.
Run the following command on the main panel server:
/usr/local/bin/k3s-uninstall.shRun the following command on each game server node:
/usr/local/bin/k3s-agent-uninstall.sh:::warning Tailscale should be removed next. Follow the instructions below. :::
To disconnect and remove Tailscale state, run:
tailscale logout
tailscale down
rm -rf /var/lib/tailscale/tailscaled.stateTo fully uninstall Tailscale, run:
apt-get remove tailscaleThen you will want to remove all files associated with 5Stack Panel under /opt/5stack
rm -rf /opt/5stack