Last adaptation to the version: 3.4.0 (12.2025)
- Import von System-Konfigurationen per CLI zur Laufzeit
- Migration vorhandener SSL-VPN Client Konfigurationen
- Erweitertes Logging
- Gleichzeitiges Löschen mehrerer Tunnel-Konfigurationen möglich
- ARM-64 Version des VPN-Clients als Beta
- Portable x64 und ARM-64 Version des VPN-Clients als Beta
- Aktualisierung der Kommandozeilen-Befehle
System requirements
- Windows 10 x64 or higher
- Windows 10 arm64 or higher notemptyNew as of v3.3.3
- 1GB RAM
| Operating system: |
|
| Term requirements: |
|
| Hardware: |
|
| Portable Version: notempty New as of v3.3.3 |
|
Installation

Portable Version
Eine portable Version des VPN Clients ist verfügbar.
- Diese speichert den Client als .exe in einem Ordner
- Es wird keine Installation (Eintrag in Registry etc.) durchgeführt
- Es werden administrative Rechte benötigt
- VPN-Tunnel, die in diesem Ordner abgelegt werden, sind auch nach einem Reboot verfügbar
Unterschiede zur normalen Version
- Keine Cloud-Anbindung
- Alle Daten werden in einer lokalen Datenbank gespeichert
- Kein automatischer Start des Clients beim Systemstart
- Keine Migration vom SSL VPN Client 2 zu Securepoint VPN Client 3
Update

- As an administrator, automatic updates can be enabled (see client settings or #Commands_at_runtime with Command Line Interface)
- 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 |
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 |
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 |
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 | |
| Mehrere Verbindungen löschen Only possible as Admin with system connections New as of v3.4.0 |
Öffnet einen Dialog, um mehrere Verbindungen gleichzeitig löschen zu können | |
Client settings

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

Log
Command line commands
The commands are always appended to the installed client call (.\"Securepoint VPN Client.exe")
| Command | Description / Example |
|---|---|
| /enrollment | Performs enrollment for a USC connection |
| s.\"Securepoint VPN Client.exe" /enrollment <token> | |
| /log |
Exports the complete log |
| .\Securepoint_VPN_Client.exe /log | |
| /import <path> short form: /i <path> |
Zum importieren aller VPN Konfigurationen aus dem angegebenem Zielordner. Hier werden die Konfigurationen im Benutzer-Kontext angelegt. |
| .\Securepoint_VPN_Client.exe /import "C:\Downloads\VPN-Configs" | |
| /migrate short form: /m |
Migrate a connection from the file path of the old Securepoint SSL VPN client.
|
| .\Securepoint_VPN_Client.exe /migrate | |
| /sys-migrate notempty New as of v3.4.0 |
Migration vorhandener als System-Konfigurationen |
| .\"Securepoint VPN Client.exe" /sys-migrate | |
| /autoupdate <value> : bool | Automatic updates of the client are only possible with admin rights. |
| .\Securepoint_VPN_Client.exe /autoupdate true | |
| /prevent-dns-leaks <value> : bool | Enable the “Prevent DNS leaks” option Only possible with admin rights |
| .\Securepoint_VPN_Client.exe /prevent-dns-leaks true | |
| /sys-import notempty New as of v3.4.0 |
Automatischer Import von Konfigurationen aus dem Unterverzeichnis .\data\config als System-Konfigurationen |
| .\securepoint-vpn-client-<VERSION>.exe /sys-import /accept-license-agreement=yes |


























