Page cover

list-user-connect-openvpn

The vpn list-user-connect-openvpn command retrieves a list of currently connected OpenVPN users. This command displays essential details such as Username, Virtual Address, Remote Host, Connect Time, Bytes Received, and Bytes Sent.

Usage

cldkctl vpn list-user-connect-openvpn [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl vpn list-user-connect-openvpn
  1. Enter the VPN name in the VPN Name field. To obtain or verify it, refer to vpn list.

  2. Enter the public IP address in the IP Public field.

  3. Press y for Confirm or n for Cancel.

  1. Once successful, the terminal displays the list of connected OpenVPN users containing details such as Username, Virtual Address, Remote Host, Connect Time, Bytes Received, and Bytes Sent.

Column
Description

Username

Displays the OpenVPN user currently connected to the VPN server.

Virtual Addr

Shows the virtual IP address assigned to the connected user.

Remote Host

Displays the client’s public IP address connected to the VPN.

Connect Time

Indicates the timestamp of when the connection was established.

Bytess Recv

Displays the amount of data received from the user in bytes.

Bytes Sent

Displays the amount of data sent to the user in bytes.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for list user connect openvpn command.

Last updated