×


Blog


The 9 Best Automation and Orchestration Tools for Linux

This article covers the 9 best automation and orchestration tools for Linux. These tools allow users to easily automate and manage their IT infrastructure. We hope this tutorial has been helpful in helping you choose the best automation and orchestration tool for your needs.


How do i create CyberPanel Email Domain server ?

This article covers the steps to create an email account from your CyberPanel's hosted domain.


How do i install and setup CyberPanel on my own server ?

1. Ensure that your virtual server's operating system is compatible with CyberPanel. 

2. Access your server via an SSH client like PuTTY and run the following command:

$ sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

3. CyberPanel will run an installation wizard. Type in the following options to the command prompt in an orderly manner to properly configure the control panel:

  • 1 ‒ install CyberPanel with OpenLiteSpeed. It's a free option that doesn't require a license key.
  • Y ‒ complete installation.
  • N ‒ remote MySQL. Choosing "Y" will prompt you to provide the database connection credentials.
  • s ‒ set custom login credentials. Opting for "d" will make CyberPanel use its default password, while the "r" option will give a randomly generated password.

4. CyberPanel will offer to install the extensions of a memory-caching system Memcached and in-memory data structure store Redis as well as set up a WatchDog. Enter "Y" if you wish to use them, but be aware that WatchDog is still in beta.


How do i configure Domain hosted in CyberPanel to my Mail Server ?

1. Pointing the Domain to the Server via Child Nameservers

Here, you need to set up a new DNS zone on your virtual server. Doing so will force all DNS changes to be made through the new zone. To do so, follow the below steps:

  • Create new child nameservers through your domain registrar.
  • Set up a DNS record on the virtual server which will be the DNS zone files.
  • Change your domain nameservers to the newly created ones. The DNS propagation can take up to 24 hours, but flushing the DNS cache and clearing the browser cache may speed up the process.


2. Pointing the Domain to the Server via Cloudflare

To point a domain to VPS via A record, follow the below steps:

  • Go to your DNS zone, and add DNS records using two A records or an A and a CNAME record. One record is for the domain, and the other record is for the www subdomain.
  • Replace the A record value with your dedicated IP address.
  • Perform DNS lookup to verify the status of the records. Use a DNS checkup tool or execute the following dig command via your terminal. Keep in mind that the DNS propagation can take from just a few minutes to up to 24 hours to complete. $ dig A +short your_domain

You'll know the process is successful if the A record displays your server's dedicated IP address.


How do i Set Up my Own Mail Server in CyberPanel ?

1. Create a Website Container

Creating a website will associate your domain with CyberPanel. While you can add content to it in the future, this step only requires a website as a container:

  • Go to Websites -> Create Website from your CyberPanel dashboard.
  • Add your domain to the form and tick the DKIM Support box. Enabling DomainKeys Identified Mail will increase your mail security, prevent spoofing, and ensure that emails don't end up in the spam folder.
  • Click Create Website to complete the process.


2. Create Nameservers in CyberPanel

Follow the steps below to create nameservers in CyberPanel:

  • Navigate to DNS -> Create Nameserver from your CyberPanel dashboard.
  • Add the nameservers you created when pointing the domain to the new virtual server and your server IP address.
  • Select Create Nameserver. Keep in mind that the propagation may take up to 24 hours to complete.


3. Issue an SSL Certificate for the Domain in CyberPanel

Installing an SSL certificate will help secure your email server. Since CyberPanel provides unlimited and free Let's Encrypt SSL, you only need to install it:

  • Go to SSL -> MailServer SSL from your CyberPanel dashboard.
  • Select your domain from the dropdown list, then select Issue SSL.


How do i Create an Email Address in CyberPanel ?

  • Go to Email -> Create Email from your CyberPanel dashboard.
  • Select your email domain from the dropdown list, then add your email address and password.

RainLoop, CyberPanel's default mail client, supports IMAP and SMTP protocols that use an external SMTP server to improve your email deliverability. To do so, configure the external SMTP of your choice using RainLoop.


Steps to Cancel Linode Account ?

This article covers steps to take to easily cancel your Linode account.


How to remove all Linodes and services from your Linode account ?

Linode services are not contract based. Therefore, you can choose to remove all services by following the below steps:

  • Log in to the Cloud Manager.
  • To remove a Linode from your account, select Linodes from the sidebar links. Expand the more options ellipsis menu to the right of the Linode you would like to remove, then select Delete.
  • To remove a NodeBalancer from your account, select NodeBalancers from the sidebar links. Select Delete for the NodeBalancer you would like to remove.
  • To remove the Linode Backup Service, select Linodes from the sidebar links. Select the corresponding Linode. Under the Backups tab click the Cancel Backups button at the bottom of the page.

Removing a Linode from your account makes its data irretrievable. This includes the backups of it that you have created through our Backup Service, including Manual Snapshots.


How to Recover Linode account Username ?

You can recover your Linode username using the email address on your account. So follow the steps below:

  • Visit Linode Forget Username page at https://login.linode.com/forgot/username .
  • Next, enter your registered email address in the Email Textbox.
  • Finally, Click the "Recover Username" button and your username will be sent to your email.


How to Reset Linode account Password ?

You can easily reset your Linode account password by following the below steps:

  • Go to Linode Reset Password page at https://login.linode.com/forgot/password .
  • Next, Enter your account Username in Username Textbox.
  • Finally click on the "Reset Password" button and a reset password link will be forwarded to your registered email address.


How to perform Backup and Restore in CyberPanel ?

This article covers the backup process on CyberPanel control panel. In fact, CyberPanel free and enterprise editions have the ability to manage website and system backups. The CyberPanel backup features also allow sysadmins to automatically create and transfer archives.


How to Manually Create CyberPanel Backups ?

  • Log into CyberPanel.
  • Select Backup > Create Backup.
  • Choose the website from the drop-down menu.
  • Select a destination from the second drop-down list. "Home" stores backups in the website's backup directory (e.g. /home/example.com/backup/).
  • Select Create Backup.
  • You can delete backups from the list at the bottom with the red "X" button.


How to perform CyberPanel Remote Backup Migration ?

  • CyberPanel makes it easy to transfer data to another CyberPanel server and a Google account.
  • Backup > Remote Backups – From here you can import sites from another CyberPanel server. Once you type the server IP address and admin user credentials for that external server, you'll be able to list sites available to import.
  • Backup > Setup Google Drive – CyberPanel Google Drive backups can be configured once you create an account with the developer company site, Cyberpersons.com.


How to automate full system backups in CyberPanel Server ?

1. Manage Server Backup Destinations: First, create any custom local or SFTP storage locations necessary.

  • Select Backup > Add/Delete Destination.
  • Select local or SFTP from the drop-down menu.
  • Configure the backup destination.
  • Select Add Destination.
  • You can delete backups from the list at the bottom with the red "X" button.


2. Create a Server Backup Schedule : Ensure rsync is installed before automating backups.

  • Select Backup > Schedule Backup.
  • Select a destination created during the "Add/Delete Destination" steps above.
  • Add a name for the backup schedule.
  • Select Never, Daily, or Weekly from the frequency drop-down list.
  • Specify the number of backups to retain ("0" means no backups are deleted automatically).
  • Click Add Schedule.
  • Refresh (F5) the page.
  • At the bottom, under "Manage Existing Backup Schedules", select the destination.
  • Select the job, or backup schedule, you just created. This is also where you can delete a backup schedule.
  • Select individual sites from the list to backup, then Add Site. Or, select Add All.


How to Restore a CyberPanel Server Backup ?

  • Select Backup > Restore Backup.
  • Select a backup from the drop-down menu.
  • Make changes as needed.


How to perform Incremental Backups in CyberPanel ?

1. Manage Incremental Backup Destinations: First, create a destination.

  • Select Incremental Backup > Create/Restore Backup.
  • Select a website from the drop-down menu.
  • Select a destination from the list.
  • Check the boxes for what you wish to backup (data, databases, and emails).
  • Select Create Backup.
  • At the bottom, select Restore Points to restore the data types or delete the backup.


2. Schedule Incremental Backups: Ensure rsync is installed first.

  • Select Incremental Backup > Schedule Backups.
  • Select a destination created earlier.
  • Select a frequency (daily or weekly) that fits how often you make changes to your data.
  • Set the backup retention amount ("0" means no backups are deleted automatically).
  • Check boxes for what you want backed up (data, databases, and emails).
  • Select Add Destination.
  • As the account search bar doesn't work, you’ll need to select Edit at the bottom.
  • Click the Add Sites tab.
  • Choose a website from the drop-down list and select Add.
  • Repeat the previous step until you've added all necessary websites.
  • Click the Sites tab to review or remove any sites.


3. Manage Incremental Destinations: Follow these steps to add remote SFTP and AWS backup locations.

  • Select Incremental Backup > Add/Remove Destinations.
  • Select a type from the list (AWS is added by default).
  • Add the AWS_ACCESS_KEY_ID.
  • Add the AWS_SECRET_ACCESS_KEY.
  • Select Add Destination.


How to Restore Incremental Backup from Remote Destination in CyberPanel ?

  • Select Incremental Backup > Restore from Remote.
  • Select a website to restore.
  • Choose a destination.
  • Type the backup password.
  • Fetch Restore Points.
  • Make changes as needed.


Top Services to Outsource in Australia

This article covers the best Services to Outsource in Australia. In fact, The IT outsourcing service providers in Melbourne offer safe, secure, and cost-efficient solution to your IT requirements. By hiring IT outsourcing services in Melbourne, Australia, you can ensure the smooth functioning and regular updates of all your business software and applications.


How to Set Up Fun Lock Screen Widgets With Your Friends Using Widgetable on IPHONE ?

This article covers how to easily Use Widgetable to Set Up Fun Lock Screen Widgets With Your Friends on your IPHONE.

In fact, Widgetable also has widgets for you to use on your own. The Icon & Text one is a good example.

You can choose an icon from the app and write a little note or message. It's perfect for self-reminders, to-do lists, or even an inspirational message for yourself.


How to Customize Your iPhone With Widgets ?

  • Go to the home screen on your iPhone. You can do this by swiping up from the bottom of your screen on an iPhone X or newer model.
  • If you have an older iPhone, you can go to the home screen by pressing the home button under your screen.
  • Then tap and hold any empty space until you see the apps jiggle.
  • Next, tap the plus sign. You will see this in the top-left corner of your screen.
  • Then select a widget to add. You can scroll down to find more widgets. You can also add more widgets to your iPhone by downloading new apps.
  • Next, choose a widget size. You can swipe right or left to see all the different size options.
  • Then tap Add Widget. Then the widget will appear on your home screen.
  • Finally, tap Done. You will see this in the top-right corner of your screen.