Uninstall Firezone

This guide covers removing Firezone from your infrastructure — both the Gateway from your servers and the Client from end-user devices.

Uninstall the Gateway

Use the tab that matches how you deployed the Gateway. Each set of steps is the inverse of the matching install guide.

Reverses the Debian / Ubuntu install.

  1. Remove the package, its config, and the systemd service:

    sudo apt purge firezone-gateway
    
  2. Remove any leftover state and configuration:

    sudo rm -rf /var/lib/firezone /etc/firezone
    
  3. Remove the Firezone APT repository and signing key:

    sudo rm -f /etc/apt/sources.list.d/firezone.list \
         /etc/apt/keyrings/firezone.gpg
    sudo apt update
    

Delete the Gateway from the admin portal

To remove the Gateway's data from the admin portal as well, navigate to the Site where the Gateway was running, click (see all) next to the Online Gateways header, and then delete the offline Gateway corresponding to the one you just uninstalled.

Uninstall the Clients

Removing the Client is platform-specific. Follow the steps for your device below.

Windows

  1. Delete the "Firezone" shortcut from %APPDATA%/Microsoft/Windows/Start Menu/Programs/Startup/
  2. Quit Firezone.
  3. Open the Start Menu. Search for Add or remove programs and open it.
  4. In the Add or remove programs dialog, search for Firezone.
  5. Click on Firezone and click Uninstall.

macOS

  1. Quit the Firezone Client.
  2. Drag the Firezone icon from the Applications folder to the Trash.
  3. Empty the Trash.

See Apple's documentation "Uninstall apps on your Mac" for more information.

Linux

  1. Remove the auto-start link: firezone-client-gui debug set-autostart false
  2. Quit Firezone Client if it's running.
  3. Remove the package: sudo apt-get remove firezone-client-gui

Android

On Android and ChromeOS:

  1. Go to the device's home screen.
  2. Swipe up to open the app drawer.
  3. Long-press the Firezone app icon. A menu will appear.
  4. Tap App info in the menu. This will show the app info screen for Firezone.
  5. Tap Uninstall. Android will show a dialog asking, Do you want to uninstall this app?.
  6. Tap OK.

iOS

On iOS and iPadOS:

  1. Long-press the Firezone app icon on the device's home screen.
  2. Tap Remove App.
  3. Tap Delete App. iOS will show a dialog asking, Delete "Firezone"? Deleting this app will also delete its data.
  4. Tap Delete.

For headless Clients, stop the process and delete the binary you downloaded; if you configured it as a service, remove that unit too.


Need help? See all support options.

Found a problem with this page? Open an issue
Last updated: July 01, 2026