How to install wg-easy/wg-easy. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
wg-easy/wg-easy Installation Guide
How to install wg-easy/wg-easy. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for wg-easy/wg-easy. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i wg-easy/wg-easyor
Install via npx
npx @hexmos/ipm i wg-easy/wg-easyPrerequisites
Docker
system_toolVersion: 3.9.0-ce-147568f7c2e5
Node LTS
languageVersion: 18.19.0
corepack
system_toolVersion: 2.3.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose
curl -sSL https://get.docker.com | sh
exitNode Package Manager (npm)
npm install
pnpm devMake
makePost Installation Steps
- Start the WireGuard Easy server using the command: `docker-compose up -d`.
- Access the Web UI by navigating to your IP address in a web browser (e.g., http://192.168.1.100:8080).
- You can now manage your WireGuard clients and view statistics.
