Introduction To Access Server Logs
OpenVPN Access Server / Video Tutorials
Introduction To Access Server Logs Tutorial
Querying and utilizing Access Server logs: Your final step
In this tutorial
This tutorial gives you an introduction to Access Server Logs from two locations: within the Admin Web UI and through the Linux command line.
Access Server Logs through Admin Web UI:
- Login to the Admin Web UI
- Go to Status > Log Reports
- Sort the report by any column heading
- Filter records with a quick search using the filter records field
- Narrow down search using Query by Start Time to define specific timeframes
- Narrow search results by limiting the number of log entries using Filter by Number of Log Entries
Access Server Logs through Linux command line:
- All log messages are initially sent to /var/log/openvpnas.log file and to a SQLite3 database
- List out the var/log directory by entering the command ls -lah /var/log
- You can see that the Access Server log rotates automatically