This is a web manager for the open source project Outline VPN.
This project based on Symfony (PHP 8.2).
Docker
Docker Compose
- Add and manage an unlimited number of OutlineVPN servers
- Manage keys
- Clone this repository
git clone git@github.com:edvardpotter/outline-web-manager.git- Copy
.env
cp .env.dist .env.local- Set
APP_SECRETin .env.local
# For example
APP_SECRET=1bb915f10df615fa087cc891dfd9cc5f6be86d79- Build containers
docker-compose up -d- Open http://localhost:8086/admin
Email:user@email.local
Password:123456
NOTE: Change user email and password in admin panel after login





