bookmark_borderInstalling Docker on Rocky Linux 8

Hello,

In this week’s feature highlight, we look at How to Docker on Rocky Linux 8

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 use to create, deploy and run applications in a containerized environment.

First, check and install any pending system updates.

yum update 

Adding Docker repository

Enable the Docker CE repository by running the following command.

dnf config-manager 
Read More

bookmark_borderInstalling Fail2Ban on Rocky Linux 8

Hello,

In this week’s feature highlight, we look at How to Fail2Ban on Rocky Linux 8

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.

To install Fail2ban, The EPEL repository needs to be installed first.

yum install epel-release

Note: It will prompt for several permission Press “y” and “Enter” to continue.

Next, install fail2ban package.

yum install fail2ban

Note:

Read More

bookmark_borderInstalling WordPress on Rocky Linux 8

Hello,

In this week’s feature highlight, we look at How to Install WordPress on Rocky Linux 8

Prerequisites:

WordPress requires LAMP stack installed and running

For detailed installation, refer to LAMP Stack on Rocky Linux 8

Creating the new database:

Log into MySQL with the following command,

mysql -u root -p

First, we’ll create a new database,

CREATE DATABASE wordpress;

Next, create a new MySQL user account that we will use to operate on WordPress’s new database, with username “admin”… Read More

bookmark_borderInstalling LEMP Stack on Rocky Linux 8

Hello,

In this week’s feature highlight, we look at How to Install LEMP Stack on Rocky Linux 8

LEMP is a combination of free, open source software. The acronym LEMP refers to the first letters of Linux (Operating system), Nginx Server, MySQL (database software), and PHP, PERL or Python, principal components to build a viable general purpose web server.

Install Nginx Web Server

First, we will start by installing the Nginx web server. To complete the installation, use the following … Read More

bookmark_borderInstalling LAMP Stack on Rocky Linux 8

Hello,

In this week’s feature highlight, we look at How to Install LAMP Stack on Rocky Linux 8

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 database, and dynamic content is processed by PHP.

Install Apache Web ServerRead More

bookmark_borderUI improvements for our ControlPanel

Hey There,

We’re happy to announce a few UI improvements for our control panel when viewed via a Mobile and/or Tablet device.

With this CrownPanel update,  we’ve made some improvements on UI for the Mobile/Tab view, this update includes a number of improvements that will help you navigate and more smoothly.

Here are some of the snapshots of the Control panel,

Home page:

Manage Page:

As seen in the above screenshots, we can see some of the improvements made to … Read More

bookmark_borderHow to Install RockyLinux8

Rocky Linux is a community enterprise operating system designed to be 100% bug-for-bug compatible with America’s top enterprise Linux distribution now that its downstream partner has shifted direction. It is under intensive development by the community. Rocky Linux is led by Gregory Kurtzer, founder of the CentOS project.

For CrownCloud users: Please send us a ticket via the client area to add the RockyLinux 8 ISO to your account.

and

This is pre-release software that is intented for development and 

Read More

bookmark_borderInstalling LEMP Stack on Ubuntu 21.04

Hello,

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

Updating the system

We first update the system to make sure that all our installed packages are upto date. Your Ubuntu system can be updated easily with the following command.

sudo apt update

sudo apt upgrade

Install Nginx

We will start by installing the Nginx web server. To complete the installation, use the following command.

apt install nginx

Once the installation is complete, … Read More

bookmark_borderUbuntu 21.04 Template now available for KVM

Hello!

We’re happy to announce that a 1-click install Ubuntu 21.04 template is now available as an operating system choice for our KVM based plans in our control panel.

You can refer to the following guide to install the operating system on KVM based VPS’s,

https://wiki.crowncloud.net/?Reinstalling_your_kvm_vm_on_crownpanel

Customers running previous versions of Ubuntu can upgrade their existing installations to 21.04 with do-release-upgrade as well.

Stay tuned for further updates!… Read More

bookmark_borderAnnouncing AMD Ryzen 5950X powered SSD VPS Now Available!

Greetings,

We’re happy to announce a brand new SSD KVM product line powered by the Ryzen 9 5950X series processors, these are some of the fastest CPUs available on the market with impressive single and multi-core benchmark scores which help improve overall application performance.

To start off with, we have our new plans available at Los Angeles, USA (US-West), in the coming weeks, we will focus on expanding these offerings to our other datacenter locations as well. Please feel free … Read More