OpenVPN GUI is a graphical user interface application designed for managing OpenVPN connections on Linux systems. The application provides a user-friendly way to connect and disconnect OpenVPN using .ovpn
configuration files. This program is especially useful for users who want an experience similar to OpenVPN applications on Windows.
- Select and manage OpenVPN
.ovpn
configuration files. - One-click connect and disconnect buttons.
- Real-time status indicator (Connected/Disconnected).
- Password dialog for
sudo
authentication. - Windows-like interface with GTK3 for Linux.
- Clone this repo
- change directory
cd OpenVPN-GUI
- give permissions
chmod +x opengui-installer.sh
- install
sudo bash opengui-installer.sh
- Launch the application.
- Click Select .ovpn File to choose your OpenVPN configuration file.
- Click Connect to start the VPN connection. Enter your
sudo
password when prompted. - To disconnect, click Disconnect.
- The application will display the connection status in real-time.
- The application requires
sudo
permissions to run OpenVPN. - Ensure the
.ovpn
file is correctly configured.
Feel free to open issues or submit pull requests for improvements or bug fixes.
Author: dword32bit