Set the USER variable to the account name to backup.
USER="example"
echo "action=backup&append%5Fto%5Fpath=nothing&database%5Fdata%5Faware=yes&email%5Fdata%5Faware=yes&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=$USER&type=admin&value=multiple&when=now&where=local" >> /usr/local/directadmin/data/task.queue
2186 views
To update the mailbox usage statistics for a cPanel account simply run the following replacing "<USERNAME>" with the cpanel username.
/scripts/generate_maildirsize
33147 views
You can view the MySQL database name and password for an onapp in the following file.
cat /onapp/interface/config/database.yml
You can then use
7022 views
In versions newer than H-Sphere 2.5 Patch 1 you can increase the logging level by editing the "/var/qmail/control/options" file. Simply
7601 views
If IIS has been configured to show detailed errors by default custom error (404 etc) handlers will not function correctly,
6148 views
To force Softaculous to re-check the licence you will need to run the cron, for cPanel servers this is as
6340 views
After unsuspending sites sometimes the /dev/ directory in the virtual sites directory is missing.
----- The following addresses had permanent fatal
7809 views
To login into Smarter Stats as the admin user you need to use:
Site ID: admin
Username: admin
Password: <your password>
You should now
7084 views
To resolve the problem "invalid maildirsize file"
Login to your cPanel server using SSH and run
/scripts/generate_maildirsize <username>
You will need to
9364 views
When using the "Reason: Failure sending mail" option in Helm and you receive the error "An exception occurs while sending the
4341 views
Sometimes cPanel does not remove the database correctly and leaves behind files.
Take a backup and then remove the files in
/var/cpanel/datastore/<username>/
Then
7012 views
Normally the Plesk control panel will not allow you to update the limits of a hosting account if the account
7293 views
To install Sofaculous follow these simple instructions:
Login via SSH to the server (as root, or "su - root" if accessing
7431 views
This normally occurs when imaker has stopped running, you can check its current status by using
/hsphere/shared/SiteStudio/imaker.sh status
If this shows the
3900 views
ERROR: PleskFatalExceptionUnable to connect to database: saved admin password is incorrect.
0: /usr/local/psa/admin/plib/common_func.php3:190psaerror(string ‘Unable to connect to database: saved admin password
11544 views
If for some reason Plesk does not update the statistics properly for a site or you wish to re-run them
10885 views
How do I get mysqls root user password for DirectAdmin?
The username and password used to access MySQL as the “root”
7371 views
To disable greylisting (graylisting) you will need to login as an admin and follow these simple steps.
Expand “Domains” and click
6299 views