Show OpenVPN client status and statistics
You can view status and statistics for OpenVPN clients from either web interface or the command line:
Web
Log into the Connect EZ 4/4i WebUI as a user with full Admin access rights.
- On the menu, select Status > OpenVPN > Clients.
The OpenVPN Clients page appears.
- To view configuration details about an OpenVPN client, click the (configuration) icon in the upper right of the OpenVPN client's status pane.

Command line
- Select the device in Remote Manager and click Actions > Open Console, or log into the Connect EZ 4/4i local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection menu. Type admin to access the Admin CLI.
- To display details about all configured OpenVPN clients, type the following at the prompt:
> show openvpn client all
Client Enable Status Username Use File Zone
--------------- ------ ------- -------- -------- --------
OpenVPN_Client1 true connected true internal
OpenVPN_Client2 true pending true internal
>
- To display details about a specific client:
> show openvpn client name OpenVPN_client1
Client : OpenVPN_client1
Enable : true
Status : up
Username : user1
IP address : 123.122.121.120
Remote : 120.121.122.123
MTU : 1492
Zone : internal
IP Address : 192.168.30.1/24
Port : 1194
Use File : true
Metric : 0
Protocol : udp
Port : 1194
Type : tun
>
- Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection menu. Type quit to disconnect from the device.