Package Details: wg-portal 2.2.3-1

Git Clone URL: https://aur.archlinux.org/wg-portal.git (read-only, click to copy)
Package Base: wg-portal
Description: Web-based WireGuard VPN configuration portal with user management
Upstream URL: https://github.com/h44z/wg-portal
Licenses: MIT
Submitter: guglovich
Maintainer: guglovich
Last Packager: guglovich
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-08 14:48 (UTC)
Last Updated: 2026-04-05 23:17 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Pinned Comments

guglovich commented on 2026-03-08 14:50 (UTC)

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.

Latest Comments

guglovich commented on 2026-03-08 14:50 (UTC)

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.