-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possible to use the UI on existing vpn server installation ? #48
Comments
Hi @dberardo-com, Post installation and UI start you have to go into "Configuration > OpenVPN UI" and set "OpenVPN ConfigPath" and "Easy-RSA ConfigPath" options accordingly.
As for the different servers - this may work with OpenVPN server configuration and EasyRSA pki dir mounted over NFS to the server where OpenVPN UI is running. However, it was never tested. If you would test, please let me know results. |
There are several minor issues, I discovered, when installing this on my standalone vpn server. If I remember right, this where
but - cool project and really useful! Thanks d3vilh! |
Hi @thomas2108 thank you for the reporting. |
I am also interested in this. I already have a working OpenVPN server with multiple users. I need a user interface to manage them properly. |
Hi @jav-12 do you mean different server instances running on the same server? |
Yes. I want to use the GUI on the server already used for the VPN. |
If you have Docker env available on the server, you could run just openvpn-ui container as Dockerfile or Docker-compose with Alternatively is to build ui with For both cases it is better to use some test environment before applying the solution on Prod environment. |
hello, im also trying to install just the web UI. I have installed OpenVPN with PiVPN with default settings. Where and how should I set up the volumes exactly? |
Hi @null-p01ntr , Then just login and modify openvpnUI parameters to set where your openvpn server config dir is and easyrsa home directory. I don't use PiVPN and Rspberry-Gateway is neat even on PiZero boards. |
i see that the project comes with its own docker image which i assume contains also the ovpn server part. but it is possible to use it on an existing environment that runs outside docker? and if so, should those 2 environments share the same filesystems or can the 2 run on separate machines (ie. gui on server 1 and ovpn legacy env on server 2 ) ?
cheers
The text was updated successfully, but these errors were encountered: