Xylok Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Uninstalling

Xylok and all associated data can be removed using the commands shown below, assuming default locations for all items:

This will destroy all your existing data. Before doing this, ensure you have appropriate backups and Xylok client exports.
/opt/xylok/xylok uninstall --remove-data

Manual removal

You can also uninstall Xylok simply by stopping it and removing its files:

sudo systemctl disable --now xylok
sudo /opt/xylok/xylok destroy
sudo rm -r /var/log/xylok/
sudo rm -r /var/lib/xylok/
sudo rm -r /opt/xylok/
sudo rm /etc/xylok.conf