Tutorial: How to View the Current Server Configuration
View your Access Server's current server configuration with a simple command on the console.
Overview
You can view the current server configuration for your Access Server setup by running some commands from the command-line interface (CLI) with the sacli tool.
An installed Access Server.
Console access and the ability to get root access.
Run the commands from the scripts directory.
Tip
Run sacli commands from the scripts directory: /usr/local/openvpn_as/scripts/.
Sign in to the console and get root privileges and change to the scripts directory.
List the current server configuration:
./sacli ConfigQuery
Sign in to the console and get root privileges and change to the scripts directory.
List the user and group properties:
./sacli UserPropGet
Sign in to the console and get root privileges and change to the scripts directory.
List the properties of a specific user or group:
./sacli --pfilt <USER_OR_GROUP> UserPropGet