Uninstall
Firezone can be uninstalled using the steps below.
danger
This will irreversibly destroy ALL Firezone data and can't be undone.
- Docker
- Omnibus
For docker-based deployments, simply bring the firezone services down,
then delete the working directory where you installed the Firezone docker
files ($HOME/.firezone
by default):
# default install dir
installDir=$HOME/.firezone
docker compose -f $installDir/docker-compose.yml down -v
rm -rf $installDir
To completely remove Omnibus-based deployments of Firezone run the uninstall.sh script:
sudo /bin/bash -c "$(curl -fsSL https://github.com/firezone/firezone/raw/master/scripts/omnibus-uninstall.sh)"