You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status was:
sie 27 14:13:09 wireguard wireguard-ui[2236]: {"time":"2024-08-27T14:13:09.560191561Z","level":"INFO","prefix":"-","file":"rout:"routes.go","line":"78","message":"Cannot query user admin from DB"}
The text was updated successfully, but these errors were encountered:
Si tu as modifier le mot de passe et l'utilisateur après avoir lancé l'installation, cela pose des porblème !
J'ai eu le même soucis sur docker compose, j'ai du remettre le mot de passe d'origine et ensuite le changer dans l'interface de wireguard ui
I have ubuntu server LTS with wireguard installation by this guide: https://insights.ditatompel.com/en/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/
When i want to login by user and password configured in file .env i see this:
WireGuard UI is runnning on this config:
/etc/systemd/system/wireguard-ui-daemon.service
[Unit]
Description=WireGuard UI Daemon
Wants=network-online.target
After=network-online.target
[Service]
User=root
Group=root
Type=simple
WorkingDirectory=/opt/wireguard-ui
EnvironmentFile=/opt/wireguard-ui/.env
ExecStart=/opt/wireguard-ui/wireguard-ui -bind-address "0.0.0.0:5000"
[Install]
WantedBy=multi-user.target
/opt/wireguard-ui/.env
#SESSION_SECRET=wGb2XNFEVuxKVRg!mgvb2iX4Qk5X&8@REm*BzR
WGUI_USERNAME=admin
WGUI_PASSWORD=admin
I have external Nginx for proxy.
Status was:
sie 27 14:13:09 wireguard wireguard-ui[2236]: {"time":"2024-08-27T14:13:09.560191561Z","level":"INFO","prefix":"-","file":"rout:"routes.go","line":"78","message":"Cannot query user admin from DB"}
The text was updated successfully, but these errors were encountered: