Here are the locations of the OpenVPN client logs based on the application and your device's OS:
OpenVPN Connect Windows, macOS, iOS, or Android:
- Launch OpenVPN Connect.
- Click the log file icon in the top corner, then the share icon:
- Save the log file in your preferred folder.
Windows OpenVPN GUI:
- Click the Show Hidden Icons arror, ^, on the Windows system tray.
- Right-click the OpenVPN GUI icon.
- Click View Log. (You may need to click on the specific profile if you have a lot for connecting, then View Log.)
- Save the log file in your preferred folder.
Linux OpenVPN3
This client is command-line interface (CLI) based:
- Connect to the console.
- Run the following command:
sudo openvpn3-admin journal > openvpn_logs.txt
- Then, share the openvpn_logs.txt file or the content.
Linux OpenVPN3/OpenVPN2
Alternatively, you can get the logs directly from the Linux logging system:
- Connect to the console.
- Run one of the following commands:
journalctl | grep -i 'openvpn' > openvpn_logs.txt
OR
cat /var/log/syslog | grep -i 'openvpn' > openvpn_logs.txt
- Then, share the openvpn_logs.txt file or the content.
Comments
0 comments
Please sign in to leave a comment.