Difference between revisions of "System Utilities"

From WHMCS Documentation

(Link Tracking)
 
(4 intermediate revisions by the same user not shown)
Line 23: Line 23:
 
==Activity Logs==
 
==Activity Logs==
  
WHMCS logs all activity, admin logins, gateway communications, sent and received email communications, and domain lookups.  This allows you to monitor and track all the activity taking place inside your WHMCS system.  You can find the logs in the left-side menu at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Logs''' or in the '''Utilities''' menu in WHMCS 7.x and earlier. They include:
+
WHMCS logs all activity, admin logins, gateway communications, sent and received email communications, and domain lookups.  This allows you to monitor and track all the activity taking place inside your WHMCS system.   
  
* [[Activity_Logs|Activity Log]]
+
You can find the logs in the left-side menu at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > [[System Logs]]''' or, prior to WHMCS 8.0, '''Utilities > Logs'''.
* Admin Log
 
* Module Log
 
* Email Message Log
 
* Ticket Mail Import Log
 
* WHOIS Lookup History Log
 
  
<div class="docs-alert-warning"><p><strong>Note:</strong> The '''Email Message Log''' will log all emails that WHMCS sends to clients, with the exception of the "Automated Password Reset", "Client Email Address Verification", and "Password Reset Validation" emails.</p></div>
+
==Database Backups==
 
 
Over time, log records in your WHMCS System will accumulate.  As the number of records grows, so will your database, and you may begin noticing a reduction in performance. If these start affecting performance, WHMCS allows you to empty them at any time. To empty your logs, perform the following actions:
 
 
 
# Log in to your WHMCS Admin Area.
 
# Navigate to '''Utilities > System Cleanup'''. You will see options to empty the Gateway, and WHOIS Lookup logs.
 
# Click the '''Go''' button next to the log you would like to empty. A confirmation message will then appear, confirming that the system emptied the log.
 
 
 
Additionally, from the same Cleanup Operations page, you can prune the Client Activity Logs so that the system only maintains entries after a specified date. To do this, enter in your desired date, and click on the Delete button. Again, a confirmation message will then appear to confirm that the system pruned the log.
 
  
==Database Backups==
+
WHMCS stores its data in your database and we recommend that you back it up often. You can do this in several ways.
  
WHMCS stores its data in your database, so is very important. It is therefore recommended that you take regular backups of it. There are two built-in solutions for automated database backups using the daily cron. One is email and the other is an FTP backup to a remote server. You can find configuration instructions on the [[Backups|Backups Page]].
+
For more information, see [[Backups]].
  
 
==System Cleanup==
 
==System Cleanup==
Line 57: Line 44:
  
 
For more information, see [[PHP Info]].
 
For more information, see [[PHP Info]].
 
==Troubleshooting System Utilities==
 
 
===Database Backup Fails/Timesout===
 
The most common reason for database backups to fail is simply that it has grown too large and the PHP process takes too long or uses too much memory and is killed before it can complete the backup process.
 
 
You can find further details on this in the [[Backups#Limitations|Backups Limitations]] section.
 

Latest revision as of 20:08, 5 May 2022

WHMCS includes many utilities to help you manage your system.

Link Tracking

The link tracker allows you to track your advertising campaigns by entering links into WHMCS and using the links that WHMCS pairs with them to detect traffic and conversions.

For more information, see Link Tracking.

Calendar

The Calendar

The calendar lists all pending, active and suspended products, addons, domains, and to-do items on the dates they are due.

For more information, see Calendar.

To-Do List

The to-do list allows you to add tasks that need to be finished, the dates they are due for completion, and the assigned admin.

For more information, see To-Do List.

Activity Logs

WHMCS logs all activity, admin logins, gateway communications, sent and received email communications, and domain lookups. This allows you to monitor and track all the activity taking place inside your WHMCS system.

You can find the logs in the left-side menu at Configuration () > System Logs or, prior to WHMCS 8.0, Utilities > Logs.

Database Backups

WHMCS stores its data in your database and we recommend that you back it up often. You can do this in several ways.

For more information, see Backups.

System Cleanup

With constant daily operations, the log files in WHMCS can become very large. Because of this, WHMCS allows you to prune logs to reduce the size of the database and reduce disk space.

For more information, see System Cleanup.

PHP Info

WHMCS can display a variety of information about the current configuration of PHP and the server.

For more information, see PHP Info.