A pannel based on MUI for Elora VPN Manager
Install Nodejs v18.8+ and yarn v1.22+ on your system.
Also you need to install and run successfully Elora VPN Manager as an API.
To install an run Elora VPN Manager please follow The Readme on Elora VPN Manager
git clone https://github.com/eloravpn/EloraVPNManagerPanel.git && cd EloraVPNManagerPanel
Copy .env.example to .env and changes the configuration based on you Instalation.
You must change bellow property to your Elora VPN Manager IP and Port.
REACT_APP_BASE_URL="http://YOUR_API_SERVER_IP_OR_DOMAIN:8000/api/"
Please consider, to avoid CROSS errors you must run API Server and Panel in single machine or use equal Domain
yarn install && yarn start
Go to http://YOUR_SERVER_IP_OR_DOMAIN:3000 to see panel.
The default user name and password is
admin


