VyControl is a single frontend interface to manage a single or multiple VyoS servers. Only download VyOS Rolling Release, since VyControl needs the latest VyOS API.
Still in 2020, the most important functionalities that until then were only possible through CLI (command line interface), will be possible through a friendly web interface developed in Django / Python.
Standalone VyoS installations can now have a control panel.
Datacenter installations with multiple VyoS will be able to offer their customers (with users, groups and granular control) firewall as a service.
- VyControl website
- VyOS linux firewall website (only compatible with rolling release / 1.3 VyOS)
- Subscribe to our announce list at https://vycontrol.com/
- Join Slack Channel https://vycontrol.slack.com/archives/C012ZRMB8VB
- Add new enhancement requests at https://github.com/vycontrol/vycontrol/issues
- Solve Issues at https://github.com/vycontrol/vycontrol/issues
- Forks and pull requests are welcome!
- Discussion VyControl at VyOS forum https://forum.vyos.io/t/vycenter-alpha-stage-announcement-vyos-web-interface/5221/4
- 20.05.04 - improve firewall UI and error returns to end users
- 20.05.02 - working firewall without zones
- 20.05.01 - version created to start project framework, organize permission systems and concept test with some firewall and interface functions and statics routes
- improve users/group/profile crud
- lost password recovery
- layout improvements and user input validation
- system ssh / logins config
- basic interfaces configuration and vlans
- host information and default gateway
- timezone / ntp
- FastNetMon one-click integration
- save/commit/load features
- s3 backup scheduler and commit confirm
- granular permissions and improvements
- commit, save, load config
Note that versions numbers are not related to dates.
- major eg 20
- minor eg 05
- feature eg 05
- build eg 1010
- feature eg 05
- minor eg 05
Will give 20.05.05.1010
- for your security edit SECRET_KEY in inside Django settings.py and change to something random, maybe using
openssl rand -hex 32
latest VyControl is being autobuilt at dockerhub https://hub.docker.com/r/robertoberto/vycontrol
docker pull robertoberto/vycontrol
docker run -p 8000:8000 -t robertoberto/vycontrol
access http://127.0.0.1:8000
Right now we are using db.sqlite3, but I used composer so we can change to mySQL if needed.
docker-compose build
docker-compose up
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
cd vycontrol
python3 manage.py migrate
python3 manage.py runserver
- click on Add new instance
- configure vyos services like explained here https://docs.vyos.io/en/latest/appendix/http-api.html
- click on List Instances
- click on Test Connection
- https://docs.vyos.io/en/latest/appendix/http-api.html
- https://forum.vyos.io/t/http-api-for-show/3922
- https://blog.vyos.io/vyos-rolling-release-has-got-an-http-api
- https://www.facebook.com/vycontrol
- VyControl is being tested at Under a Brazilian provider of Cloud Computing and Datacenters.