Skip to content

Add generated public key for Wireguard in the GUI #595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
boblapo opened this issue Apr 1, 2025 · 0 comments
Open

Add generated public key for Wireguard in the GUI #595

boblapo opened this issue Apr 1, 2025 · 0 comments
Labels
enhancement New feature or request webui webui related

Comments

@boblapo
Copy link

boblapo commented Apr 1, 2025

Hi

Feature request.

Wireguard can't be setup just using the GUI.
from ssh:

umask 077
wg genkey | tee privatekey | wg pubkey > publickey
# priv key to put in the wireguard gui
cat privatekey
# pub key to put in the peer's config -most important key to show-
cat publickey
wg show
/etc/init.d/S42wireguard stop
/etc/init.d/S42wireguard start

If you can add a key generator button for the private key (not needed on the GUI) then show the associated public key in the interface, that will be wonderful.

Optional: PSK generator (to help if the peering device don't have one)

thanks !

@gtxaspec gtxaspec added webui webui related enhancement New feature or request labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request webui webui related
Projects
None yet
Development

No branches or pull requests

2 participants