https://github.com/flupine/VPNSox-CP
OpenVPN Panel for VPN Providers.
https://github.com/flupine/VPNSox-CP
2017 2018 control faurest framework panel provider slim source sox vpn vpnsox
Last synced: about 1 year ago
JSON representation
OpenVPN Panel for VPN Providers.
- Host: GitHub
- URL: https://github.com/flupine/VPNSox-CP
- Owner: flupine
- License: mit
- Archived: true
- Created: 2017-12-30T21:32:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T11:52:35.000Z (over 7 years ago)
- Last Synced: 2025-03-08T21:48:33.167Z (about 1 year ago)
- Topics: 2017, 2018, control, faurest, framework, panel, provider, slim, source, sox, vpn, vpnsox
- Language: JavaScript
- Homepage: https://vpnsox.org
- Size: 12.5 MB
- Stars: 15
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://www.codacy.com/app/faurest.lupine/VPNSox-CP?utm_source=github.com&utm_medium=referral&utm_content=flupine/VPNSox-CP&utm_campaign=Badge_Grade)
VPNSox-CP The OpenSource VPN Panel
=====================================
What is VPNSox-CP ?
----------------
This is the official sources of vpnsox.org
I know the code is not very optimized (Controllers as example) but i work on a better version of it.
You can contribute to the project and purpose your pull requests.
I provide a complete documentation about the code so if you want, you can easily contribute to the project.
Screenshots : https://photos.app.goo.gl/ceahSKDpmGtzhDVPA
License
-------
VPNSox-CP is released under the terms of the MIT license. See [LICENSE](LICENSE) for more
information or see https://opensource.org/licenses/MIT.
Development Process
-------------------
The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Tags](https://github.com/flupine/VPNSox-CP/tags) are created
regularly to indicate new official, stable release versions of VPNSox-CP
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).
How to use
-----------
Requirements:
- APACHE2
- At least php 5.6
- Mysql/MariaDB
Steps:
1) Create database
2) Import sql file to your database
3) Clone files
```
git clone https://github.com/flupine/VPNSox-CP.git
cd VPNSox-CP
composer install
```
4) Configure your apache2 to point to public/ folder
5) fill your credentials in /app/container.php
6) configure a 2nd database for openvpn clients auth and import openvpn.sql inside it.
7) Connect your vpn servers slaves to your openvpn remote database.
8) Thats it !