OpenVPN / OpenVPN/openvpn3

Qt OpenVPN GUI on Windows

Open
#418 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.2k
Forks
467
PR merge metrics
No merged PRs in 30d

Description

Hello, I am creating a GUI for OpenVPN using Qt Creator. Currently, I am focussing on Windows platform. I am trying out this: I have installed the ovpnagent.exe across the system. Now I am starting the ovpncliagent.exe as a QProcess from the gui, giving it the required arguments as username, password and the .ovpn config file. It gets connected and works well, but I face issue while disconnecting it. On Windows, the agent takes F4 from the console window for stopping the connection. But such an input is not possible for the QProcess.

Should I use the omicli.exe? If yes, what is the right way of using it for the gui application?

Or is there another, more elegant way of controlling the openvpn through the gui ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Windows GUI integration points named in the issue: ovpnagent.exe, ovpncliagent.exe, QProcess, omicli.exe, and the .ovpn configuration file. The issue does not mention repository files or tests; done would require a clear, supported method for controlling and disconnecting OpenVPN from a Qt GUI on Windows.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop, operating-systems, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.