CLI
If you want to use the CLI, you can run it with
Docker Compose¶
Docker Run¶
Reset Password¶
If you want to reset the password for the admin user, you can run the following command:
By Prompt¶
You are asked to provide the new password
By Argument¶
cd /etc/docker/containers/wg-easy
docker compose exec -it wg-easy cli db:admin:reset --password <new_password>
This will reset the password for the admin user to the new password you provided. If you include special characters in the password, make sure to escape them properly.
Show Clients¶
List all clients that are currently configured with details such as client ID, Name, Public Key, and enabled status.
Show Client QR Code¶
Display the QR code for a specific client, which can be scanned by a compatible app to import the client's configuration.
Replace <client_id> with the actual client ID you want to show the QR code for.