# Copy to .env and fill in. .env is gitignored. # Public IP or domain that clients use to reach this server (required) WG_HOST= # WireGuard interface and port managed by the panel. # Use wg1/51821 so it can coexist with a local wg0 client tunnel. WG_INTERFACE=wg1 WG_PORT=51821 WG_SUBNET=10.8.0.0/24 WG_DNS=8.8.8.8 # Admin panel login ADMIN_USERNAME=admin ADMIN_PASSWORD=password # Session signing / key encryption secret. Generate with: openssl rand -hex 32 SECRET_KEY=secret