bookmark_borderElevate Your Hosting Experience with Real-time VPS Monitoring

Exciting news! We’re thrilled to unveil a enhancement to our hosting experience – introducing real-time CPU and IO usage graphs for your Virtual Private Servers (VPSes) right from our user-friendly CrownPanel.

What’s In Store?

1. Dynamic CPU Usage Graphs:

  • Dive deep into your VPS’s CPU performance with real-time insights.
  • Identify trends and patterns to optimize resource allocation.
  • Empower yourself with the data you need to enhance your VPS performance.

2. IO Usage Graphs:

  • Uncover the nuances of your VPS’s Input/Output
Read More

bookmark_borderInstalling WordPress on Ubuntu 23.10

Hello,

In this week’s feature highlight, we look at Install WordPress on Ubuntu 23.10

WordPress is one of the most popular website-building tools available out there. It is a simple way to get your online presence and perfect for those who do not know how to code and want a simple and effective way to share and build your story on the internet.

Prerequisites:

  • Root access to your Ubuntu 23.10 server.
  • LAMP Stack installed and running. Learn how to setup
Read More

bookmark_borderInstalling Bagisto on Ubuntu 23.10

Hello,

In this week’s feature highlight, we look at How to Install Bagisto on Ubuntu 23.10

Bagisto is an eCommerce ecosystem designed for all to build and scale your business. It’s a free and open-source eCommerce framework that offers you a wide range of functionality and lets you have total control of your store. Built on top of the Laravel stack, it is coupled with easy product information management and fast time to market the product. Besides, the framework is … Read More

bookmark_borderPHP 8.3 is now available on cPanel and DirectAdmin Shared and Reseller Hosting Plans

Hello,

We’re thrilled to share some fantastic news for all our web developers and website owners. We’ve just rolled out an exciting update – PHP 8.3 is now available for use with our cPanel and DirectAdmin hosting plans! This latest PHP version brings a host of improvements, features, and optimizations to enhance your web development experience.

To initiate the upgrade to PHP 8.3, please follow the steps outlined below:

For cPanel Users:
1. Log in to your cPanel account. … Read More

bookmark_borderProtecting SSH With Fail2Ban on Ubuntu 23.04

Hello,

In this week’s feature highlight, How to Protect SSH With Fail2Ban on Ubuntu 23.04

Fail2Ban is an intrusion prevention framework written in the Python programming language. It works by reading SSH, ProFTP, Apache logs, etc. And uses iptables profiles to block brute-force attempts.

Installing the Fail2Ban package

Check for system updates and install them.

apt update -y

apt upgrade -y

Command to install the Fail2Ban

apt install fail2ban -y

Start the fail2ban using below command,

systemctl start fail2ban

Enable … Read More