Skip to content

Web interface for the Outline VPN management

License

Notifications You must be signed in to change notification settings

vsm778/OutlineAdmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outline Logo

Outline Admin

Outline Admin is a web interface for the Outline Manager API, providing a simple and user-friendly UI for managing VPN servers.

Added Features

  • Ability to set expiration date for Access Keys
  • QR Code for access keys

Feel free to contribute and make this project better!

Installation - Docker

Before proceeding with the installation of Outline Admin, ensure that docker and docker-compose are installed on your machine. Follow the instructions below:

git clone https://github.com/AmRo045/OutlineAdmin.git
cd OutlineAdmin
cp .env.example .env
docker-compose up -d

Once the container is up and running, you can access the admin panel by opening the following URL in your browser:

http://{your_server_ip_or_hostname}:9696

Note The default port is 9696, but you can modify it in the .env file.

Admin User

You can use the agent.sh script to manage the admin user. Run it using the following command:

sudo bash ./agent.sh

Once you run the script, you will be presented with the following options:

Select an option:
1. Create Admin User
2. Reset Admin Password
3. Exit
>>> 

Update

If you need to update to the latest version, follow these instructions:

  1. Navigate to the project root directory.
  2. Run git pull.
  3. Restart the Docker container.

Screenshots

Login Servers New server form Server settings form Access keys QR Code modal New access key form

💗 Donation

If you find this project useful and would like to support its development, you can make a donation.

TON

UQByW0gL9r89D4oFagC3ZRCEctIoh6XjHu7zv5xU2wcPVATT

IRR

About

Web interface for the Outline VPN management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 66.1%
  • Blade 23.6%
  • CSS 5.5%
  • JavaScript 2.8%
  • Other 2.0%