Added WG Easy to BigBearCasaOS

About

You have found the easiest way to install & manage WireGuard on any Linux host!

  • All-in-one: WireGuard + Web UI.
  • Easy installation, simple to use.
  • List, create, edit, delete, enable & disable clients.
  • Show a client’s QR code.
  • Download a client’s configuration file.
  • Statistics for which clients are connected.
  • Tx/Rx charts for each connected client.
  • Gravatar support.

App Store

Documentation

Generate a password like this:

docker run --rm -it ghcr.io/wg-easy/wg-easy wgpw 'YOUR_PASSWORD'

More info: wg-easy/How_to_generate_an_bcrypt_hash.md at master · wg-easy/wg-easy · GitHub

Hello, this package is not working anymore.

image

Hello, thank you for letting me know. I submitted a pull request and it should be merged soon to fix this.

Update: it’s merged

I keep getting Unauthorized after running sudo docker run --rm -it Package wg-easy · GitHub wgpw ‘YOUR_PASSWORD’ (replacing YOUR_PASSWORD with what I wanted) I have tried resetting the container and even resetting casaos yet cannot log into the UI

2 Likes

I tried generating a hashed password before installation using the following command:

sudo docker run --rm -it ghcr.io/wg-easy/wg-easy wgpw 'YOUR_PASSWORD'

I obtained the hash, but I still can’t log in.
What is the default password?
How should I log in?

go here Bcrypt Hash Generator and replace the password than work you own password

go to the settings of the dockerimage on the home screen via the three dots and check if the value of the environment variable matches with your new hash, if it doesn’t just replace it

1 Like

thanks
I later found out why, the default “YOUR_PASSWORD” can’t be used, even if you follow the steps correctly