notempty
Last adaptation to the version: 3.2.0 (08.2025)
- Automatic OTP detection
- New UI for Entering OTP codes
- New command line command: Enrollment token via AD 06.2025
System requirements
- Windows 10 x64 or higher
- 1GB RAM
| Operating system: |
|
| Term requirements: |
|
| Hardware: |
|
Download
The download takes place in the reseller portal under Tab VPN-Client x
Installation
An installation can be carried out in two different ways.
- The first is installation via a graphical user interface
- The second is a Quiet installation without user interaction.
Both steps, as well as the Installation with automatic import of a configuration and the Ignore runtime prerequisites are explained below.
GUI installation
The GUI installation is started by executing the previously downloaded file Securepoint-VPN-Client-<Version>.exe.
| 1. | 2. | 3. |
| Abb.1 | Abb.2 | Abb.3 |
| Abbildungen | ||

Installation with automatic import of a configuration
If there is a folder labelled Config in the same path as the installation file Securepoint_VPN_Client-<Version>.exe, the first configuration file contained there will be imported during the installation process.
Migration of old connections
notempty
The migration of connections from the file path of the old Securepoint SSL-VPN Client is carried out via the GUI either at the first start or, if the corresponding function has been activated in the settings, at each start.
In both cases, if a connection to the old client is found, the migration wizard opens.
Installation via the command line (CMD)
The following command can be used to install the client via the command line:
.\Securepoint_VPN_Client-<Version>.exe /quiet
More detailed information can be found in the section on Command line commands.
Installation with automatic import of a configuration
If there is a folder labelled Config in the same path as the installation file Securepoint_VPN_Client-<Version>.exe, the first configuration file contained there will be imported during the installation process.
Migration via CLI
Migrate VPN configuration: C:\Program Files\Securepoint VPN Client\Securepoint VPN Client.exe" /migrate
Automated installation
Example of an automated installation process:
- Notification to users that the new client is being installed
- Copy the installation file Securepoint_VPN_Client_vXYZ.exe to the target devices via group policy (GPO) or software distribution system
- If necessary, create a folder with the name Config in the same way, which contains the respective configuration
- Install new VPN client via:C:\Securepoint_VPN_Client_vXYZ.exe" /quiet
- Migrate old VPN configuration if necessary:C:\Program Files\Securepoint VPN Client\Securepoint VPN Client.exe" /migrate
- Finally, users may have to deactivate the autostart of the old SSL VPN client and activate it in the new VPN client.
An Instruction for end users can be found here: https://wiki.securepoint.de/index.php?title=VPN/VPN-Client-Umstellung&uselang=en
Change autostart
If you are switching from the previous SSL VPN client to the new Securepoint VPN client, you only need to make a few simple changes to the autostart settings to finalise the switch.
Deactivate autostart for old client
Activate autostart for new client
Ignoring runtime requirements
When installing the client, it is possible to ignore the required runtime prerequisites
- An option is displayed in the user interface (GUI) to not install the runtime requirements if they are missing on the system
If the runtime requirements already exist, this option is not displayed - The parameter /ignore-prereq is used for the CLI .\Securepoint_VPN_Client-<Version>.exe /ignore-prereq /s
- windowsdesktop-runtime-6.0.12-win-x64.exe May be installed automatically
- VC_redist.x64.exe May be installed automatically
This can happen if Microsoft creates a patch for these and the checksum changes as a result.
However, the following things must then be configured manually:
- The runtime requirements must be downloaded and installed manually before the client can be started.
- The service is not started automatically.
This means that it must be started manually and configured to start automatically at system startup.
This can be implemented as follows (using elevated rights):- Start service:
sc.exe start "Securepoint VPN Client Service" - Configure service for automatic start:
sc.exe config "Securepoint VPN Client Service" start=auto
This causes the service to start automatically the next time the system is started. It is recommended to test these configurations. You can check whether the Securepoint VPN Client Service is started via "Services".
- Start service:
Update

As an administrator, automatic updates can be enabled (see Advanced settings). If this is not desired, an update icon will be displayed in the header when an update is available.
If automatic updates are enabled, the system will automatically check for updates every 12 hours. A user can decline an automatic update 5 times, after which it will be enforced.The client will use the new version the next time it is started.
Connections that are set up with ‘’Autostart activated‘’ are restarted.
Tray-Icon

When the client is started, the client icon appears in the taskbar as a tray icon. The following options are available by right-clicking on this icon:
- Show the client window
- Establish or disconnect a connection (is hidden if several connections are configured)
- Close application
Importing a VPN configuration
Create configuration
Call up the configuration wizard in the menu under Create
SSLVPN
To configure an SSLVPN connection, follow the instructions below:

- At least one VPN server must be added using the protocol, the IP address or the host name and the port.

Assignment with typical naming:
…cert.pem
…cert.key
…ca.pem
WireGuard
Follow the instructions below to configure a WireGuard connection:

- At least one VPN server must be added using the protocol, the IP address or the host name and the port.
Connection settings
System and user connections
User connections are saved in the Windows registry under the HKEY_CURRENT_USER context and are therefore only available to the Windows user who imported the connection.
System connections are stored under HKEY_LOCAL_MACHINE and are therefore available to every user of the machine, but require administration rights for import.
Establishing a connection
A connection can be established either via the context menu / Connect or by clicking on the connection button.
Connection overview
| Caption | Value | Description | ![]() |
|---|---|---|---|
| |
Search bar to search connections | ||
| Status | Connected | Connection is established | |
| Connecting | Connection is being established | ||
| Failed | Connection could not be established | ||
| Disconnected | No connection | ||
| Name | TTT-Point-1 | Name of the connection | |
| Mehr | Opens the context menu for the respective connection. | ||
| / | Switches between standard view and compact view of the client | ||
Extended view

Additional connection details are displayed via the “Show Details” entry in the context menu:
- Received data
- Sent data
- Connection duration
- Device name (interface used)
- Wintun version
- IPv4 address / IPv6 address
Compact view
Call using the button in the connection overview or by right-clicking on a connection.
| Menu item | Description | WireGuard-Connections Context menu SSLVPN-Connections Context menu
|
|---|---|---|
| Connect | Enable VPN connection | |
| Edit Only possible as Admin with a system connection |
Shows the associated configuration and the certificates that can be edited | |
| Apply OTP Removed from v3.1.0 |
Starting with v3.1.0, the system automatically detects whether an OTP is required. No manual configuration is necessary. | |
| Connect automatically |
Automatically establishes this connection when the app is started. | |
| Reconnect when connection is lost | If the connection is unexpectedly interrupted, an attempt to reconnect will be made automatically. | |
| Connect pre-logon Only possible as Admin with a system connection New as of: 3.2 |
When the system starts up, a connection to this system connection is initiated
| |
| Edit user data Only possible as Admin with a system connection Not possible with a Wireguard connection |
Opens a window through which you can update the user data | |
| Delete user data Only possible as Admin with a system connection Not possible with a Wireguard connection |
Deletes the user data for the current connection | |
| Add or edit PIN Only possible as Admin with a system connection Only possible with a Wireguard connection |
Secure connection with PIN, which will then be required for every connection attempt. | |
| Delete PIN Only possible as Admin with a system connection Only possible with a Wireguard connection |
Delete connection PIN | |
| Excluded SSIDs Only possible as Admin with a system connection |
Configure networks for which no connection should be established Currently only configurable via context menu | |
| Export Only possible as Admin with a system connection |
Opens a dialogue through which you can export the selected connection as a text file notempty It is not possible to export ASC connections neither as a user nor as an administrator | |
| Export multiple connections Only possible as Admin with a system connection New as of: 3.2 |
Opens a dialog box that allows you to export multiple selected connections at once. notempty It is not possible to export ASC connections neither as a user nor as an administrator | |
| Show log | Calls up the log for the specific connection | |
| Show details | Opens the connection to the full width and length and displays further helpful information | |
| Diagnosis |
| |
| Delete connection Only possible as Admin with a system connection |
Deletes the current connection | |
Cloud connection
This will make it possible to control the VPN client from within the portal and obtain an overview of the host's security status.
Client settings

- Run when starting Windows
- Start application minimised (tray icon)
- Show migration wizard again

Log
Command line commands
Installation, upgrade, uninstallation and repair
| Description | Parameter | Example |
|---|---|---|
| Installing or upgrading the client | securepoint-vpn-client-<version>.exe | |
| Installation or upgrade without display The installation programme performs an installation without displaying a user interface. No prompts, messages or dialogue boxes are displayed to the user. The user cannot cancel the installation Can be combined with Uninstall and Repair. The parameter /quiet must always be specified first. |
/quiet | securepoint-vpn-client-<version>.exe /quiet |
| Automatic updates of the client are only possible with admin rights. notempty New as of: 3.2 |
/autoupdate <value> : bool | securepoint-vpn-client-<version>.exe /autoupdate true |
Distribution of the client via AD with token |
/s /enrollment |
securepoint-vpn-client-<version>.exe /s /enrollment <token> |
| Uninstalling the client | /uninstall | securepoint-vpn-client-<version>.exe /uninstall |
| Repair of the client Otherwise, a user dialogue will be displayed, without which the programme will not continue, but the confirmation of which will end the programme. |
/repair | securepoint-vpn-client-<version>.exe /quiet /repair |
| Indicates what is being installed and whether it was completed successfully or whether errors occurred | | more | securepoint-vpn-client-<version>.exe /repair | more Note the ‘’space‘’ between pipe and more |
| Enable the “Prevent DNS leaks” option Only possible with admin rights New as of: 3.2 |
/prevent-dns-leaks <value> : bool | securepoint-vpn-client-<version>.exe /prevent-dns-leaks true |
Commands at runtime
The commands are always appended to the client call (securepoint-vpn-client-<version>.exe).
| Command | Description | Example |
|---|---|---|
| /migrate short form: /m |
Migrate a connection from the file path of the old Securepoint SSL VPN client.
|
.\Securepoint_VPN_Client.exe /migrate |
| /log |
Exports the complete log | .\Securepoint_VPN_Client.exe /log |
| /help short form: /h |
Help on the commands | .\Securepoint_VPN_Client.exe /help |
/enrollment |
Performs enrollment for a USC connection | securepoint-vpn-client-<version>.exe /enrollment <token> |








































