Are there any FTP activity logs on my Dedicated Server?

All FTP actions are logged on our Dedicated Solutions and you have a very easy access to those activity logs. In order to access them you simply need your SSH console:

  • login into your SSH;
  • use a text editor to open the file /var/log/messages.

For more convenience, you can view only the last entries. For example: if you want to view only the last 50 entries, execute tail -n50 /var/log/messages.

Should you need any help in accessing your logs, you can always contact our 24/7 Support Team and they will gladly give you a helping hand.

  •  
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CentOS Web Panel Installation – Step by step Guide

In this article, we will show you how to make a working CentOS Web Panel Installation. To avoid...

CentOS Web Panel Review – Introduction

  CentOS Web Panel is a hosting control panel which centers around easy and quick management...

Install PHP Libraries on a CentOS

There are several ways to install PHP Libraries that your installation can utilize on a VPS or...

Install Python’s PIP on a CentOS Server

PIP is Python’s Package Manager, with it you can easily install libraries and additional Python...

Install Python’s PIP on a Debian Server

If you’re using a Debian server that’s hosting a Python application you might need to have...