Backups are crucial nowadays. Although the reliability of the hardware is higher than compared to 10 years ago, number of threats increased. Imagine the website got hacked and as a result hundreds of website files got infected. What you gonna do? The easiest way would be to wipe out everything, restore the backup and patch […]
Remote SMTP settings configuration in cPanel is required when you want to host your emails separately from the website. In this case some modifications should be done on the side of both local and remote mail server. In this article we will cover cPanel settings for correct remote SMTP functionality. Local server config Configure Remote […]
One of the most common support inquires we receive is how to setup a 301 redirect for a domain so that all requests from www are redirected to non-www and vice-versa. There are multiple ways to do it and today we gonna cover it. cPanel 301 redirect The easiest way is to use the built-in […]
Recently we have noticed increased amount of attacks against online shops using the popular shopping cart software, like WooCommerce, OpenCart etc. In this article we will cover several basics to level up your cPanel server security. Password strength Sorry but we have to mention it. The most obvious but the most neglected security advice. Make […]
In this article we will learn how to create a cronjob to run a PHP script in cPanel. We have recently updated cPanel to the Jupiter theme, the latest one, so do not be worried if our interface looks different from your cPanel theme. Login to cPanel Just in case you do not know where […]
There are several update commands which can be used in Ubuntu. Some of them are for software updates and some for major release update. Let’s review the commands and go through the upgrade from Ubuntu 20.04 to 22.04. One should note that major release updates will always require a confirmation from the end user, so […]
If you want your anonymous domain to be completely white-labeled, custom (child) name servers is a good addition. In this article we will learn how to create custom nameservers using yohost.org client’s account and point them to the hosting accunt. About Child Nameserver Child nameservers is a type of DNS based of your domain name. […]
In this article we will show how to add WireGuard support to the existing Pritunl OpenVPN installation. In case you are starting from scratch, you can first read our article about how to setup Pritunl VPN server and then come back here. There are instructions available about Wireguard and Pritunl, but the process is not […]
In cPanel/WHM by default Apache is run by the same user for all accounts. This can create a security threat if one user’s account is compromised and attacker can gain access outside of the particular user account. To prevent this, Apache chroot jail is used. This segments Apache vhosts and limits the portion of file […]