VyCenter Alpha Stage Announcement - VyOS Web Interface

Currently VyControl doesn’t have any Public Restful API to manage instances or users. We have lots of other features to add firstly. But it can be done easly.

1 Like

We need help to add features on VyControl :slight_smile:
Our company will use VyControl on our customers, so we are going to finish features we will use first with a dedicated developer.

1 Like

We are looking for a managed firewall, our first choice is opensource so we can keep the price low for the SMB, eventually we want to earn enough money with it to add a programmer who can help us as well, and give back to the community :slight_smile:

thank you for your interest, please help us trying vycontrol and sending us bug reports or comments :slight_smile:

With docker client is there a way to access the web interface by something other than 127.0.0.1:8000 tried passing -e ALLOWED_HOST=192.168.1.30 at docker run, but unable to connect to vycontrol from 192.168.1.30:8000 afterward as the webpage errors out and returns:

DisallowedHost at /

Invalid HTTP_HOST header: '192.168.1.30:8000'. You may need to add '192.168.1.30' to ALLOWED_HOSTS.

Running this in docker on an alpine VM with static IP of 192.168.1.30 and would prefer not to set up Alpine VM GUI to access locally unless I have too.

Hi, I need improve Docker to made it Production ready. It was Docker packed only for testing. There are other improvements to be done like using a real database, using nginx and gunicorn, and so on.

You need to edit Django settings to change ALLOWED_HOSTS as well SECRET_KEY.
You can create your own Dockerfile using VyControl as example to change this file.

Ive been away for a while due to family issues, but tomorrow i’ll look into VyCenter :smiling_face_with_three_hearts:

i tried joining the slack channel but i need an invitation…

you can get it here slack.vyos.io

2 Likes

Is this project dead? Hasnt been any updates other than a few bot-commits on github.

1 Like

I’m guessing by the lack of response it must be dead. I just recently discovered this and was hoping to find it alive.

vyos has a new api to be launched, in addition they will have a web gui supported by the project itself, which discouraged keeping the vycontrol project in development, the source code will be kept in guthub if anyone wants to keep the project, send me a message roberto .berto@gmail , I particularly believe it would be interesting to leave Django and go to js frontend

roberto