Added WG Easy V15 to BigBearCasaOS

About

The easiest way to run WireGuard VPN + Web-based Admin UI.

Features

  • 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.
  • Automatic Light / Dark Mode
  • Multilanguage Support
  • One Time Links
  • Client Expiration
  • Prometheus metrics support
  • IPv6 support
  • CIDR support
  • 2FA support

App Store

Why a new version?

WireGuard Easy v15 - Complete rewrite with new features and improved UI. NOTE: This has breaking changes from v14. If you’re currently using v14, please back up your configuration before migrating.

v15 uses INIT_* variables for unattended setup (only used on first start)

1 Like

Is there any detailed instruction? I don’t know the standard login and password. Please help

Hello @rider-22 and welcome here!

I do not setup v15, I stay on v14. But according to their docs, try to reset password.

I have CasaOS installed.

Yes, almost all of us here on forum. CasaOS is just wrapper (web UI fronted) for docker containers.
Docs link which I provided You mention this command to run on Host (Linux, where is Your CasaOS isntalled):

cd /etc/docker/containers/wg-easy
docker compose exec -it wg-easy cli db:admin:reset --password <new_password>

First line in not necessary.
Use just second line under root user permission.

Listing all docker running:
docker ps

Filter wg-easy:
docker ps | grep wg-easy

Maybe there will be name like wg-easy-v15 something like that.

This part of command:

cli db:admin:reset --password <new_password>

Will be executed inside running container, so You will change password. No matter If You run it on CasaOS or whatever else, this command maybe successful for You.