Uninstall Firezone Gateway

This guide covers how to uninstall the Firezone Gateway from your server(s).

Step 1: Stop the Gateway and remove relevant files

Use the appropriate instructions below to stop and remove the Gateway depending on how it was installed:

  1. Stop the container:

    docker stop firezone-gateway
    
  2. Remove the container and its volumes:

    docker rm --volumes firezone-gateway
    
  3. Remove the image:

    docker rmi ghcr.io/firezone/gateway:1
    
  4. Remove the cache directory:

    sudo rm -rf /var/lib/firezone
    

Step 2 (optional): Delete the data from the admin portal

If you want 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 Gateway you just uninstalled.


Need additional help?

Try asking on one of our community-powered support channels:

Or try searching the docs:
Last updated: May 21, 2024