-
-
Notifications
You must be signed in to change notification settings - Fork 153
Description
Hi!
I'm using a Debian 12-based VPS server.
I installed the OpenVPN server from the Debian repository. Version:
OpenVPN 2.6.3 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO]
The OpenVPN server has configured a port for managment connection. It's working - I verified this with the nc command, and the connection was established.
I managed to compile the openvpn-ui (0.9.5.6) sources. It runs as a service with root privileges and has a working connection to the OpenVPN server's management port.
After clicking "Restart Server," nothing happens. There are no changes in the OpenVPN logs or the service log ("sudo systemctl status").
My server runs as the openvpn-server@server service.
Is this a bug? Is there a missing feature? Can I restart the systemd service (with the command "sudo systemctl restart openvpn-server@server") using the restart button in the openvpn user interface?