Tutorial: How to View the Current Server Configuration
Abstract
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 commands from the command-line interface (CLI) using 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/.
Connect to the console and get root privileges.
List the current server configuration:
./sacli ConfigQuery
Connect to the console and get root privileges.
List the user and group properties:
./sacli UserPropGet
Connect to the console and get root privileges.
List the properties of a specific user or group:
./sacli --pfilt <USER_OR_GROUP> UserPropGet