Who's logged into cPanel on our server?
Hi,
Is there a global way to view who's logged into FTP or cPanel for all domains on our server? This might be handy if we want to reboot the server and want to know if anyone has an active login. Thank you.
-
There is no such function sadly.
Andrew N. - cPanel Plesk VMWare Certified Professional
Do you need immediate assistance? 20 minutes response time!* Open a ticket
EmergencySupport - Professional Server Management and One-time Services0 -
Global view as in an dashboard no.
How ever you can run a few simple terminal commands to get a listing.
For FTP users:
https://support.cpanel.net/hc/en-us/articles/1500003146682-How-To-List-Current-FTP-Sessions-From-The-Command-Line
PureFTPd
/usr/sbin/pure-ftpwho -v
ProFTPd
/usr/bin/ftpwho -vFor cPanel users sessions:
ls -lah /var/cpanel/sessions/raw
You probably can make a dashboard from this but if its a once a in while situation the terminal commands should be enough. This is what we use before an unplanned server shutdown, reboot0
Please sign in to leave a comment.
Comments
2 comments