Learn how to convert your self-hosted Pangolin instance to a managed deployment
config
directory to a safe location so you can roll back if needed.Sign up
Generate credentials
Prepare your instance
config
directory.Paste in the credentials
config/config.yml
and paste the generated ID and secret managed config at the bottom of the file:Update your docker-compose
docker-compose.yml
file to use the new managed configuration. Its a good idea to backup the old one.First change the gerbil port 443:443
to 443:8443
. This will send traffic to the Gerbil SNI proxy server before hitting Traefik downstream.Add ping to Traefik
config/traefik/traefik_config.yml
file to add a ping endpoint for health checks. Add this to the bottom of the file:Bring up the stack
Configure your account
base_endpoint
under the gerbil:
section of your config.yml
to be the IP address of your instance otherwise we cant resolve your instance in DNS.