Before starting the service, edit /etc/wg-portal/config.yml and set a strong password (minimum 16 characters) for core.admin_password.
Generate one with:
openssl rand -base64 16
Then enable and start:
systemctl enable --now wg-portal
Web interface is available at http://localhost:8888 by default.
Pinned Comments
guglovich commented on 2026-03-08 14:50 (UTC)
Before starting the service, edit
/etc/wg-portal/config.ymland set a strong password (minimum 16 characters) forcore.admin_password.Generate one with:
Then enable and start:
Web interface is available at
http://localhost:8888by default.