bookmark_borderJuly 2023 CentOS Templates & ISOs Updated for KVM Plans

Greetings,

We are delighted to inform you that we have updated the Templates & ISOs for CentOS 7, CentOS Stream 8, CentOS Stream 9. This update ensures that any new VPS deployed will include the latest available packages, saving you time and effort in performing initial updates.

If you already have an existing VPS, you can update it at any time by following our guide on how to update your VPS. You can find the guide at this link: update_centos_and_ubuntu_and_debianRead More

bookmark_borderUbuntu 23.04 ISO is now available for KVM

Hey There!

We have some exciting news to share with you!

The Ubuntu 23.04 ISO is now available as operating system choices on our KVM-based plans in our control panel.

Ubuntu 23.04 comes with the latest software packages, including updates to the Linux kernel and other core components. This ensures you have access to the newest features and improvements in the open-source ecosystem.

Ubuntu 23.04 focuses on performance improvements, optimizing resource management and enhancing overall system responsiveness. This results in … Read More

bookmark_borderDebian 12 1-click install template and ISO is now available for KVM

We have some exciting news to share with you!

The Debian 12 1-click install template and ISO are now available as operating system choices on our KVM-based plans in our control panel. This means you can easily install Debian 12 on your virtual private servers with just a few clicks.

Debian 12, codenamed “Bookworm,” brings a multitude of benefits to users, including enhanced security, improved performance, and a wide range of software packages.

As a highly stable and reliable operating … Read More

bookmark_borderInstalling Debian 12

Hello,

In this week’s feature highlight, we look at How to Install Debian 12

  • Login to CrownPanel for managing the server.
  • To start the installation, you will have to mount the Debian 12 ISO. To mount the ISO click on CD-ROM and then select the required ISO from the drop-down menu and click on Mount button(It will take 2-3 minutes) Deb12installer
  • Once the ISO has mounted (Task Log tab will show the status of the task), navigate to “Power Control” tab
Read More

bookmark_borderUpgrading Debian 11 to Debian 12

Hello,

In this week’s feature highlight, we look at How to Upgrade Debian 11 to Debian 12

It is important to backup all your data before proceeding with the upgrade so that you can always revert to the previous version if anything goes wrong during the upgrade.

Upgrade all your existing packages

Upgrade all your existing packages. Use the following code to upgrade the packages.

apt update && apt upgrade -y

Modify package repository

Before you change anything, make sure … Read More

bookmark_borderEnabling BBR on Ubuntu 23.04

Hello,

In this week’s feature highlight, we look at How to Enable BBR on Ubuntu 23.04

BBR stands for Bottleneck Bandwidth and RTT is a congestion control system. You can enable TCP BBR on your Linux desktop to improve the overall web surfing experience. By default, Linux uses the Reno and CUBIC congestion control algorithm.

Enabling BBR in Linux can help improve network performance by optimizing bandwidth utilization, reducing latency, and mitigating packet loss. We’ll show you how this is … Read More

bookmark_borderInstalling WordPress with LEMP Stack on Ubuntu 23.04

Hello,

In this week’s feature highlight, we look at How to Install WordPress with LEMP Stack on Ubuntu 23.04

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.04 server.
  • LEMP Stack installed and
Read More

bookmark_borderAMD Ryzen 9 7950X powered VPSes now available in Frankfurt, Germany

Greetings,

We are thrilled to announce that our latest offering, the SSD KVM product line powered by AMD Ryzen 9 7950X server, is now available! Designed to revolutionize your computing experience, this cutting-edge server boasts incredible performance, advanced features, and exceptional reliability.

We understand the importance of a reliable and high-performance server infrastructure to support your business operations. The AMD Ryzen 9 7950X server has been meticulously designed to exceed your expectations and deliver unmatched performance, stability, and flexibility.

The … Read More

bookmark_borderInstalling Docker On Ubuntu 23.04

Hello,
In this week’s feature highlight, we look at How to Install Docker On Ubuntu 23.04

What is docker?

Docker is basically a container engine which uses the Linux Kernel in order to create the containers on top of an operating system. Which is used to create, deploy and run the applications.

Install Docker

Install the docker using the apt package manager.

apt install docker.io

Start and enable docker

systemctl enable --now docker

Check Docker service status

systemctl status docker
Read More

bookmark_borderInstalling LAMP Stack with MariaDB on Ubuntu 23.04

Hello,

In this week’s feature highlight, we look at How to Install LAMP Stack with MariaDB on Ubuntu 23.04

A LAMP stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL or MariaDB database, and dynamic content is processed by PHP.

First, … Read More