How can we help you?

Topics

How to get connection logs on Linux

In order to get the connection logs from the Linux application, open the terminal and type this command:

sudo journalctl -u nordvpnd > ~/Desktop/daemonlog.txt

You will find a new file daemonlog.txt on your desktop. In case this command does not work, please try the following command:

sudo cat /var/log/nordvpn/daemon.log >> ~/Desktop/daemonlog.txt

In case of an issue with the connectivity on our Linux application, please send us this file for the further troubleshooting.

Was this article helpful?
Thanks!