bookmark_borderJuly 2022 AlmaLinux Templates Updated for KVM

Greetings,

As part of our commitment to providing you with the latest and most ready-to-use service, we’ve updated the AlmaLinux Templates and synced them to all KVM nodes.

This template update process ensures that any new VPS deployed will come along with the latest available packages so you don’t have to spend time running a large initial update.

July 2022 AlmaLinux Templates

Templates for the following distributions/operating systems have been updated,

  • AlmaLinux 8
  • AlmaLinux 9

As always, any existing VPS … Read More

bookmark_borderJuly 2022 Rocky Linux Templates Updated for KVM

Greetings,

As part of our commitment to providing you with the latest and most ready-to-use service, we’ve updated the Rocky Linux Templates and synced them to all KVM nodes.

This template update process ensures that any new VPS deployed will come along with the latest available packages so you don’t have to spend time running a large initial update.

July 2022 Rocky Linux Templates

Templates for the following distributions/operating systems have been updated,

  • Rocky Linux 8
  • Rocky Linux 9

As … Read More

bookmark_borderJuly 2022 CentOS Templates Updated for KVM

Greetings, As part of our commitment to provide you with the latest and most ready-to-use service, we’ve updated the following templates and synced them to all KVM nodes.

This template update process ensures that any new VPS deployed will come along with the latest available packages so you don’t have to spend time running a large initial update.

Templates for the following distributions/operating systems have been updated,

  • CentOS 7
  • CentOS Stream 8
  • CentOS Stream 9

As always, any existing VPS … Read More

bookmark_borderRocky Linux 9 ISO is now available for KVM Based Plans

Hey There!
We’re happy to announce that Rocky Linux 9 ISO is now available on our KVM-based plans in our control panel.

To know how to Mount and Install the new Operating System from our CrownPanel, checkout our wiki article here ,

Stay tuned for further updates!

Follow us on CrownCloud BlogTwitter, and Facebook for updates regarding current offers and other updates.… Read More

bookmark_borderJuly 2022 Ubuntu Templates Updated for KVM

Greetings, As part of our commitment to provide you with the latest and most ready-to-use service, we’ve updated the following templates and synced them to all KVM nodes.

This template update process ensures that any new VPS deployed will come along with the latest available packages so you don’t have to spend time running a large initial update.

Templates for the following distributions/operating systems have been updated, Ubuntu 18.04 Ubuntu 20.04 Ubuntu 20.14 Ubuntu 21.04

As always, any existing VPS … Read More

bookmark_borderHow to Install Gitlab on Ubuntu 22 04

Hello,

In this week’s feature highlight, we look at How to Install Gitlab on Ubuntu 22 04

GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc.

Update System

First, update your existing list of packages

apt update

apt upgrade -y

Install required dependencies

apt-get install -y curl openssh-server ca-certificates

Add the GitLab Repository

curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo 
Read More

bookmark_borderUbuntu 22.04 is now available on OpenVZ-based VPSes

Hey There!


We’re happy to announce that Ubuntu 22.04 is now available as an operating system choice on our OpenVZ-based plans in our control panel.

We also have a few guides available on our wiki to start off with Ubuntu 22.04Click Here — Feel free to contact our support team (via a support ticket) if you wish to see any new/different guides available on our wiki!

Stay tuned for more!
– Team CrownCloud… Read More

bookmark_borderInstalling Webmin on AlmaLinux 9

Hello,

In this week’s feature highlight, we look at How to Install Webmin on AlmaLinux 9

Webmin is a web-based dashboard that allows sysadmins to manage Linux and Unix-like systems (especially servers). Webmin allows system administrators to manage user accounts, update packages, system log files, configure firewalls, email, database, postfix, etc.

First, check for any pending system updates,

dnf update

install Webmin using the following command:

yum install webmin

Access the Webmin Web Interface.

firewall-cmd --add-port=10000/tcp --permanent
firewall-cmd --reload

To … Read More

bookmark_borderInstalling AlmaLinux 9

Hello,

In this week’s feature highlight, we look at How to Install AlmaLinux 9.

Login to your Panel (https://crownpanel.com/)

To start the installation, first mount the AlmaLinux ISO.

Mounting the AlmaLinux ISO Image

To mount the ISO select the CD-ROM Tab and select the AlmaLinux ISO from the drop-down named AlmaLinux 9 x86_64 and click on Mount button.

Please note: The ISO mount may take upto 2-3 minutes to complete.

ab

Once the ISO has mounted (Task Log tab … Read More

bookmark_borderInstalling Netdata on Ubuntu 22.04

Hello,

In this week’s feature highlight, we look at How To Install Netdata on Ubuntu 22.04

Netdata is an Open Source real time server monitoring tool. It collects real time data like CPU usage, RAM usage, Load, SWAP usage, Bandwidth usage, Disk usage etc.

Update the Server

Let us update the server using the following command,

apt update -y

apt upgrade -y

Download Netdata Package

Install Netdata on the server using below command.

apt install netdata -y

The -y option … Read More