Author Archives: Kevin

How to Setup Domain Forwarders in cPanel

In cPanel, a domain forwarder is a setting that allows you to redirect all incoming email messages for a particular domain to a different email address. This is useful if you have multiple email addresses but you want to receive all your emails in a single inbox, or if you want to create an email address that is easy to remember but you don’t want to check regularly.

Domain forwarding automatically redirects visitors to alternative registered domains such as test newdomain.com or test newdomain.org. When the system is unable to deliver an email, domain forwarders redirect it to an address or an autoresponder configured in cPanel. You can easily add and remove domain forwarders from cPanel.

Quick Steps

  1. Log in to your cPanel account.
  2. Navigate to the “Email” section and select the “Forwarders” icon.
  3. Click on the “Add Domain Forwarder” button.
  4. Select the domain name from the drop-down menu where you want to forward the email.
  5. In the “Blank” field, enter the email address to which you want to forward the emails.
  6. Click on the “Add Domain Forwarder” button to save the forwarder.
Adding a domain forwarder

Log in to cPanel and click on the “Forwarders” icon, which is located under the “Email” section.

If you are using the Jupiter theme, on the Tools page, in the Email section and click Forwarders

cPanel email forwarder

cPanel email forwarder

If you are using the Paper Lantern theme, in the EMAIL section of the cPanel home page, click Forwarders

cPanel email forwarder

cPanel email forwarder

Under Create an Email Account Forwarder, click Add Domain Forwarder.

cPanel email forwarder

cPanel email forwarder

Select the domain for which you want to forward e-mail messages in the Domain list box under Add a New Domain Forwarder.

In the text box, select the destination domain for the forwarded messages.

cPanel email forwarder

cPanel email forwarder

Click on the “Add Domain Forwarder” button to save the forwarder.

Conclusion

Congratulations! You have learned how to set up domain forwarders with cPanel.

How to Check Your Website for Broken Links in WordPress

Links that lead to unavailable destinations are referred to as “broken links”. These links can result from programming mistakes, incorrect URL spelling, links in posts, or the deletion of pages from your WordPress Dashboard.

The Broken Link Checker is an effective plugin for detecting broken links in real time. With customizable time intervals and selective scanning options for specific sections and link types, this plugin ensures all broken links are quickly identified and addressed. This guide will cover the installation and setup of the Broken Link Checker plugin in WordPress.

Quick steps

    1. Log in as an administrator to your WordPress site.
    2. Go to Dashboard’s Plugins and click Add New
    3. Install & activate the Broken Link Checker plugin
    4. Go to Dashboard > Settings > Link Checker
    5. The General tab displays the overall link status of the page
    6. Specify link search location in Look for links in tab
    7. Select the type of links to check in the Which Links to Check tab

Log in to your WordPress admin dashboard. On the Dashboard in the left sidebar, click Plugins, and then click Add New.

WordPress Admin Page

WordPress Admin Page

Now search for Broken Link Checker and then install and activate the Broken Link Checker plugin.

WordPress Admin Page

WordPress Admin Page

On the Dashboard in the left sidebar, click Settings, and then click Link Checker

WordPress Admin Page

WordPress Admin Page

The General tab displays the page’s overall link status and allows you to configure the site link check intervals, notifications, and other options.

WordPress Admin Page

WordPress Admin Page

You can specify which parts of your website should be searched for links in the Look for links in tab.

WordPress Admin Page

WordPress Admin Page

Select the type of links to check in the  Which Links to Check tab.

WordPress Admin Page

WordPress Admin Page

Conclusion

Congratulations! You have learned how to use the Broken Link Checker plugin to check for broken links in WordPress.

How to add a Custom Logo to a WordPress Site

A custom logo is necessary for any alterations to your website, such as rebranding or changing the existing logo. If WordPress was used to build your website, you can easily add a distinctive logo to it by following a few simple steps.

This article explains how to add a custom logo to a WordPress site. Adding a logo to your WordPress site is a great way to personalize a website.

Quick steps
  1. Log in to the WordPress administration page.
  2. Click Appearance to expand the menu.
  3. In the Appearance section, click Customize.
  4. If you’re using a WordPress theme that uses the full site editor and wants to access the customize option, then you can add ‘customize.php’ at the end of your WordPress admin URL.  Your website URL will look like this:
    https://newdomain.com/wp-admin/customize.php
  5. Click Site Identity in the sidebar on the left. The Panel for Site Identity displays.
  6. On the Site Identity panel, click the Select site icon.
  7. To upload the logo file, click the Select Files tab
  8. The Media Library tab opens up with the uploaded file chosen once it has been uploaded.
  9. At the right side of the Medial Library, complete the TitleCaptionAlt Text, and Description text boxes, and then click Select.
  10. The Crop Image dialog box appears.
  11. Click Crop Image after choosing the area of the uploaded image that will be used as the logo using the sizing handles. The selected, cropped picture is shown in the Logo image box on the Customize screen.
  12. In the Site Identity Panel, remove the Site Title and Tagline.
  13. At the top of the Site Identity panel, click  Published.
  14.  Click the X in the upper left corner of the Site Identity panel to return to the WordPress administration page

Follow the instructions below to add a custom logo to the WordPress

Log in to the WordPress administration page. Once you are on the admin page, in the left sidebar, click Appearance to expand the menu.

In the Appearance section, click Customize.

WordPress administration page

WordPress administration page

If you’re using a WordPress theme that uses the full site editor and wants to access the customize option, then you can add ‘customize.php’ at the end of your WordPress admin URL.

WordPress administration page customize option

WordPress administration page customize option

Click Site Identity in the sidebar on the left. The Panel for Site Identity displays.

WordPress administration page

WordPress administration page

On the Site Identity panel, click the Select site icon.

WordPress administration page

WordPress administration page

To upload the logo file, click the Select Files tab.

WordPress administration page upload option

WordPress administration page upload option

After the file is uploaded, the Media Library tab appears with the uploaded file selected.

WordPress administration page

WordPress administration page

At the right side of the Medial Library, complete the TitleCaptionAlt Text, and Description text boxes, and then click Select, thCrop Image dialog box appears

WordPress administration page

WordPress administration page

Click Crop Image after choosing the area of the uploaded image that will be used as the logo using the sizing handles. The selected, cropped picture is shown in the Logo image box on the Customize screen.

WordPress administration page

WordPress administration page

In the Site Identity Panel, remove the Site Title and Tagline.

Click the X in the upper left corner of the Site Identity panel to return to the WordPress administration page

WordPress administration page

WordPress administration page

Conclusion

Congratulations! You have learned how to add a custom logo to WordPress.

What SPF records are suggested in Shared Hosting

The Sender Policy Framework (SPF) is an email authentication technique that is used against email spoofing. Setting up an SPF record helps to prevent malicious persons from using your domain to send unauthorized (malicious) emails, also called email spoofing. The SPF protocol is used as one of the standard methods to fight against spam and is also used in the DMARC specification.

An SPF record is a TXT record that is part of a domain’s DNS (Domain Name Service). An SPF record lists all authorized hostnames / IP addresses that are permitted to send an email on behalf of your domain.

Quick Steps:

  1. Login to cPanel.
  2. Navigate to the domain section and click Zone editor.
  3. Click Add Record and select TXT record.
  4. You can use the following SPF records for shared hosting
    “`
    domain.com >> TXT record >> v=spf1 +mx +a:out.webaccountserver.com +ip4:IPAddress ~all“`
  5. You can replace the exact IP Address of the domain in question from the above record.

Adding SPF records on your cPanel interface.

If you are using our nameservers you can manage DNS from cPanel itself. For that please log in to cPanel, navigate to the Domain section, and click Zone editor.

Zone editor option in cPanel

Zone editor option in cPanel

In order to set up SPF record, you may click Manage.

Zone editor option in cPanel

Zone editor option in cPanel

Then click Add record then select TXT record and paste the SPF as below. You can replace the exact IP address of the domain. Then save.

v=spf1 +mx +a:out.webaccountserver.com +ip4:IP Address ~all

Zone editor option in cPanel

Zone editor option in cPanel

Conclusion

Congratulations! You have learned how to add an SPF record.

How to Restore a Website with JetBackup 5

In this article, we will be discussing steps that need to be followed to restore or recover a website from the JetBackup backups. The JetBackup 5 plugin is available in cPanel and can be used to restore the website files and databases from the available backups.

What is JetBackup?

JetBackup is a tool available in your cPanel which provides a powerful set of backup and recovery solutions. JetBackup is a very simple and straightforward solution that is used to retain copies of your site’s data. It is counted among the leading backup solutions in the web hosting industry.

JetBackup offers both remote and local incremental backups. In simple words, JetBackup is a handy tool that you can make use of whenever you wish to backup your website’s content, such as email, databases, files, etc.

JetApps recently released JetBackup 5 to the EDGE tier. This release summarizes core bug fixes, plugin updates, additional features, and some GUI updates!

The following JetBackup Options will be covered in detail and demonstrated in this tutorial:

  • Full Account Backups.
  • File Backups.
  • Database Backups.
  • Email Backups.

Quick steps:

File Restoration using JetBackup 5

  1. Log in to your cPanel.
  2. Navigate to the Files section of your cPanel by scrolling down, then launch JetBackup 5.
  3. Click the Home Directory tab in Jetbackup 5 to access the file restoration tool.
  4. After clicking Home Directory, you will be given a list of backups to choose from.
  5. Click the Change File Selection button to select the specific files or folders you wish to restore.
  6. A window or a list of the folders and files in your home directory will show up once you click that button.
  7. The file or files you wish to restore can be found by clicking through each of these directories. Once you’ve located the folder you must tick the checkbox to the left of the folder in the bottom right of the modal and click Select Files.
  8. You can select one of these options based on what you want to do. Clicking Restore is what you should do if you want to restore. The files will be made accessible to you in a zip file if you choose to just download them by clicking the download button.
  9. You’ll get a popup asking you to confirm the restoration after selecting Restore. Simply click Restore selected items button.
  10. You must locate the Queue option on the Jet Backup home page in order to access the queue.

Restoring a Full Account Backup

  1. Log in to your cPanel.
  2. Navigate to the Files section of your cPanel by scrolling down, then launch JetBackup 5.
  3. Once Jetbackup 5 opens, click the Full Backups icon under Restore & Download section
  4. The Backups modal will open. Choose the backup date you want to restore, then click Restore
  5. A list of the items you need to restore will be given to you. Keep them all selected, then click Restore Selected Items to restore the whole contents of the cPanel Account.
  6.  It will be queued for restoration. You will see a success notification in the top right corner.

Download a Full Account Backup

  1. Log in to your cPanel.
  2. Navigate to the Files section of your cPanel by scrolling down, then launch JetBackup 5.
  3. Once Jetbackup 5 opens, click the Full Backups icon under Restore & Download section
  4. Choose the backup date you want to download, then click Download
  5. After clicking download, you will be presented with a list of Items to Download. Keep them all selected, then click Download Selected Items to download the whole contents of the cPanel Account.
  6. To access your downloads, click the Downloads button on the Accounts screen.
  7. After clicking the Downloads button, The file will be saved to your computer.

Follow the detailed instructions below  to Restoration File using JetBackup 5

Log in to your cPanel first. Once you’ve logged in, scroll down through your cPanel and find the Files section, then open JetBackup 5.

Jetbackup 5

Jetbackup 5

Click Home Directory to open the file restoration tool.

Jetbackup 5 interface

Jetbackup 5 interface

After clicking Home Directory, you will be given a list of backups to choose from. Please choose the backup that you want to restore by clicking on it.

Jetbackup 5 restore and download

Jetbackup 5 restore and download

You must click the Change File Selection button to select the specific files or folders you wish to restore.

Jetbackup 5 restore and download

Jetbackup 5 restore and download

After clicking that button, a modal will appear or you will be presented with a list of folders and files in your home directory.

Jetbackup 5 list files

Jetbackup 5 list files

Click through these folders until you locate the file or folders you want to restore. Once you’ve located the folder you’re going to tick the checkbox to the left of the folder in the bottom right of the modal and click Select Files.

Jetbackup 5 list files

Jetbackup 5 list files

You can select one of these options based on what you want to do. Click Restore if you want to restore. The files will be made accessible to you in a zip file if you choose to just download them by clicking the download button.

Jetbackup 5 restore

Jetbackup 5 restore

After clicking Restore a pop will appear asking you to confirm the restoration. Just click Restore selected items button.

Jetbackup 5 restore

Jetbackup 5 restore

To access the queue, look for the Queue option on the Jet Backup homepage.

Jetbackup 5 queue

Jetbackup 5 queue

Follow the detailed instructions below  to  Restore Full Account Backups using JetBackup 

Log in to your cPanel. Once you’ve signed in, navigate to the Files section of your cPanel by scrolling down, then launch JetBackup 5.

Jetbackup 5

Jetbackup 5

Once Jetbackup 5 opens, click the Full Backups icon under Restore & Download section.

Jetbackup 5 interface

Jetbackup 5 interface

Choose the backup date you want to restore and then click Restore.

Jetbackup 5 interface

Jetbackup 5 interface

A list of the items you need to restore will be given to you. Keep them all selected, then click Restore Selected Items to restore the whole contents of the cPanel Account.

Jetbackup 5 restore

Jetbackup 5 restore

The selected account will be queued for restoration. You will see a success notification in the top right corner.

Jetbackup 5 queue

Jetbackup 5 queue

However, unlike a Download, a Restore takes place behind the scenes. You’ll need to open the Queue to see the Restore’s current status. Click the Queue icon which is the last icon from the row of tools on the left side. You will see a list of tasks when the Queue is open. The list below shows that the Restore we requested in the previous step has already been finished.

Jetbackup 5 queue

Jetbackup 5 queue

Follow the detailed instructions below  to Download a Full Account Backup

Log in to your cPanel first. Once you’ve signed in, navigate to the Files section of your cPanel by scrolling down, then launch JetBackup 5. Once Jetbackup 5 opens up, click the Full Backups icon under Restore & Download section

Choose the backup date you want to download, then click Download.

Jetbackup 5 interface

Jetbackup 5 interface

You will get a list of items to download after clicking download. To download the whole contents of the cPanel Account, keep them all selected and click Download Selected Items.

Jetbackup 5 download

Jetbackup 5 download

To access your downloads, click the Downloads button on the Accounts screen.

Jetbackup 5 queue

Jetbackup 5 queue

After clicking Downloads, a pop window will open with your downloads available. Just look for the download you want to save to your computer and click the Download button. The file will be saved to your computer.

Jetbackup 5 download

Jetbackup 5 download

Conclusion

Congratulations, you have now learned how to Restore a Website with JetBackup 5.

How to Login to WordPress Admin Page

The dashboard for WordPress is where site management is done. This article explains how to access the dashboard at Veerotech Hosting in a variety of ways.

Quick steps:

Method 1: Standard WordPress login

  1. Load the WP-admin URL of your website in a Web browser
  2. Enter your Username and Password of your WordPress admin
  3. Click the Log In button

Method 2: Softaculous WordPress login

  1. Log in to cPanel.
  2. Click on any Softaculous icon.
  3. Click on the All Installations icon in the Softaculous dashboard
  4. Click the Administrator icon for the appropriate installation

Let’s go through the two different methods to log in to the WordPress admin page in detail.

Method 1: Standard WordPress login

In the address bar of your browser, type the login address, replacing example.com with your domain name.

Two alternative URLs can be used to access the WordPress login page:

  • https://example.com/wp-admin
  • https://example.com/wp-login.php

Enter your username and password on the WordPress login page, and then click the Log In button to access your account.

WordPress admin login page

WordPress admin login page

Method 2: Softaculous WordPress login

Softaculous provides a quick way to log in without requiring the WordPress password if WordPress was installed using the Softaculous tool. Follow these instructions to log in via Softaculous.

Softaculous Apps Installer in cPanel

Softaculous Apps Installer in cPanel

Log in to the cPanel interface and click on the Softaculous icon available under the Software section.

All installations in Softaculous Apps Installer

All installations in Softaculous Apps Installer

Click on the All Installations icon in the top right corner once you’re in the Softaculous interface.

Admin page selection in Softaculous

Admin page selection in Softaculous

Click the Administrator icon for the appropriate installation on the All installations tab to enter into the WordPress Dashboard.

If the installation of WordPress was not installed with Softaculous, it can be imported using the import feature of Softaculous.

Conclusion

Congratulations, you have now learned how to log in to WordPress.

How to Connect to MySQL from the Command Line

MySQL is a database system that processes data using Structured Query Language. It’s one of the most widely used open-source database systems at the moment, which is frequently combined with PHP to build dynamic web pages. This article describes how to connect to MySQL from the command line using the MySQL program in cPanel accounts.

Quick steps:

  1. Log in to your cPanel account.
  2. Access your Terminal from the cPanel dashboard under the ADVANCED section
  3. Type the following command on the Terminal, replacing your username with your MySQL username:
    mysql -u username -p 
  4. Enter your password at the Enter Password screen, and the
    mysql> prompt appears.

How to connect to MySQL from the command line interface

Log in to your cPanel account and navigate to the Terminal section under the ADVANCED section.

Terminal option in cPanel

Type in the following command on the Terminal, replacing the username with your username

mysql -u username -p

MySQL prompt

Enter your MySQL password at the Enter Password screen and hit Enter. If you enter the proper password, the mysql> prompt appears.

MySQL prompts after login

Enter the following command at the mysql> prompt to show a list of databases:

show databases;

show tables command output in MySQL

Make sure you do not forget the semicolon at the end of the statement with every MySQL command.

To access a specific database, type the following command at the mysql> prompt

use dbname;

The dbname should be replaced with the actual name of the database you need to access:

use database command in MySQL

You can do much more SQL queries, and other operations after you access a database.

Conclusion:

Congratulations, you have now learned how to connect to MySQL from the command line interface.