How to install MailScanner on CyberPanel?

How to install MailScanner on CyberPanel?

To install MailScanner on CyberPanel is very easy and a few click process. MailScanner is one of the core requirements for the email system now. And CyberPanel has a MailScanner which you can install from the CyberPanel dashboard.

In CyberPanel MailScanner is done by the community and this feature have a goof version but i am not sure that if it is 100% stable. So maybe MailScanner causes any issue in your mail server.

To install MailScanner on CyberPanel follow these steps.

Login to CyberPanel :

Login to your Cyberpanel account using your CyberPanel credentials. You have to visit the link:

https://<your-ip>:8090

Provide username and password and log in.

Install MailScanner on CyberPanel:

To install MailScanner on the server just follow these steps.

  1. After login to CyberPanel dashboard just go to the Mail Settings-> MailScanner
MAil settings

2. On the next screen you can see you have an Install button just press that and your MailScanner will be installed.

install MailScanner on CyberPanel

The installation process will take some time to complete and once the installation is done you can access the mail scanner on the server.

After clicking this button your Mailscanner is installed. And now you can access your MailScanner by clicking Access Now button.

Access Now

Or visit the link directly.

https://<SERVERIP>:8090/mailwatch/mailscanner/login.php

Provide the credentials and log in here.

Mailscanner login

MailScanner UserName and Password:

The default username for the Mailscanner is admin and you can set a password using this MySQL query.

INSERT INTO mailscanner.users SET username = '<username>', password = MD5('<password>'), fullname = '<Full Name>', type = 'A';

All set for MailScanner and use it accordingly.

Here you can read How to log in to the Rainloop admin dashboard?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

You can follow us on Facebook too.

How to add Subdomain in CyberPanel?

add subdomain

The process to add Child domain or subdomain in CyberPanel is very easy and short. Here i will tell you how to add subdomain in CyberPanel under any main domain or website.

How to Create Child Domain under main website?

To create child domain for a main or master domain you just need to go to.

Websites->List Websites->Manage

Manage of that website for which you want to create the subdomain.

Websites->List Websites->Manage
Websites->List Websites->Manage

And click the Manage button you can also follow this URL:

https://<YOUR IP>:8090/websites/example.com

When you click the manage button you can see the website manager screen. This screen has a a lot of option. Like LOGS, DOMIANS, FILES, CONFIGRATIONS, ETC.

Got to the Domains part and click the Add Domains button.

Add Domains
Add Domains

When you click on this option you are asked to provide the details for the subdomain you want to add.

Details for the subdomain you want to add
Details for the subdomain you want to add

After providing the details like:

  1. Domain name
  2. Path (Leave it empty)
  3. Select PHP version
  4. In additional features (Select SSL, DKIM, Open_basedir Protection)

Click the Create Domain button and you will receive a success massage from the panel.

Create Domain
Create Domain

Once child domain is created from here. Now you can list child domain from two ways.

  1. Go to website-> List child Domain
website-> List child Domain
website-> List child Domain

2. From the Websites-> List Websites -> Manage-> List Domains

Websites-> List Websites -> Manage-> List Domains
Websites-> List Websites -> Manage-> List Domains

Read more about child domain: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

How to Upgrade CyberPanel to the latest version?

If you want you upgrade your Cyberpanel to latest version then you are at right place.

Here we tell you how to upgrade CyberPanel to the latest version. this is pretty easy to upgrade CyberPanel. You can get the latest Upgraded CyberPanel through just one command.

Upgrade CyberPanel To latest version:

Here the command to upgrade the cyber panel to the latest version.

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

But if you do not want the latest released version. You want to install any other specific version then use another command which allows you to update the cyber panel to a specific version.

https://raw.githubusercontent.com/usmannasir/cyberpanel/<branch name>/cyberpanel_upgrade.sh

<branch name> is the name of the branch you want to install like 2.0.1

From the first command, you can also upgrade the Cyberpanel to a specific version for this you have to take care of a thing, and what id that?

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

When you run this command and at a point, they ask for a version you can give the version like 2.0.2 or any you want. And if you want to upgrade to the version which is not released yet get and find the version from the CyberPanel team and provide the version when this command asks for version.

Cyberpenel developers are very fast and good at updating. And introducing new features for CyberPanel users. I think they are always in a hurry to launch a new version. And trust me, they always introduce the best in the new version CyberPanel. That’s why I like them. But I don’t think auto-upgrade is possible for CyberPanel. You will need to update when they release the new version. Here I will give you a very easy way to upgrade the cyber panel. Believe me, it has only one command.

How to install OpenLiteSpeed on Centos?