If you want to suspend all cPanel accounts at once just use this command: for username in `cat /etc/userdomains | awk {‘print $2’} | grep -v nobody | sort -n | uniq`;do /scripts/suspendacct $username;done Simple as that!
Category: Control Panels
Control Panels
How to completely remove Dovecot from a Directadmin server
It is possible to use DirectAdmin without installing and using POP3/IMAP servers. It’s Dovecot which adds support of POP3/IMAP on a DirectAdmin server. And here you can learn how to completely remove Dovecot from a DirectAdmin powered server.
How to update all DirectAdmin services on your server
In this article we will show you how to update all DirectAdmin services on your VPS. Updating all the DirectAdmin services on your CentOS VPS it is pretty simple. All you need to do is to log in to your server via SSH and exec the following commands:
How To Install Webmin On Debian and Ubuntu
If you are using the DEB version of webmin, first download the file from the downloads page , or run the command:
Install and configure Nginx PageSpeed module in a DirectAdmin Linux VPS
The following article will guide you through the steps on how to install and configure Nginx PageSpeed module in a DirectAdmin Linux VPS. What is DirectAdmin? DirectAdmin is a powerful, web-based hosting control panel which makes managing websites, databases, e-mail accounts, ftp accounts and much more on your Linux VPS much easier and much […]
How to setup HTTP2 in cPanel/WHM Linux VPS using EasyApache3
In today’s tutorial we’ll show you how to setup HTTP2 in cPanel/WHM Linux VPS using EasyApache3“. Although this feature is still in BETA (as of writing this article), it’s been well tested by the team at LVPSHosting.com and it works perfectly fine.
How to install and enable PHP SOAP, INTL and XMLRPC in DirectAdmin
Today, I needed to set-up an instance of module for a client that was running CentOS 6 on a VPS (virtual server) deployed with the DirectAdmin control panel running on top of it.
How to install EHCP – Easy Hosting Control Panel on Linux/Ubuntu
In this tutorial we will show you how to install EHCP – Easy Hosting Control Panel on Linux/Ubuntu. WHAT IS EHCP? EHCP – Easy Hosting Control Panel is a multilingual web-based server administration panel. It is a tool for your server which helps you to facilitate the process of hosting domains, emails, adding domains, ftp users and […]