Access Server Command Line Interface Tools
Looking to learn everything you need to know about Access Server command line interface tools? Get started with this introduction here.
The command-line interface (CLI) provides powerful tools for configuring and managing your Access Server. From initial setup to detailed server adjustments and user management, you can control nearly every aspect of Access Server through the CLI, offering flexibility and control beyond the web-based UI.
Access Server’s CLI tools are in the /usr/local/openvpn_as/scripts/
directory. These scripts allow you to configure server settings, manage users and groups, and perform tasks unavailable in the Admin Web UI. While using the CLI requires some familiarity with Linux administration, it provides advanced capabilities essential for specific configurations.
Tip
Before using the CLI, ensure you have root privileges or can run commands using sudo
. As with any command-line environment, it is best to copy and paste commands to avoid errors, as manual input can lead to mistakes.