bookmark_borderInstalling Ubuntu 20.10 on your KVM VPS

Hello,

In this week’s feature highlight, we look at How to Install Ubuntu 20.10 on your KVM VPS

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

To start the installation, First we mount the Ubuntu 20.10 ISO.

To mount the ISO click on CD-ROM and then select the “ubuntu-20.10-live-server-amd64” ISO from the drop-down menu and click on Mount button (It will take 2-3 minutes)

Once the ISO has mounted (Task Log tab will show the status of the task), navigate … Read More

bookmark_borderNew Years Greetings

Hey There!

We hope the past year 2019 was a great one for you and wish you a amazing year ahead in 2020! 

Since we don’t email customers often, we’d thought we’d use this opportunity to share a yearly highlight with you to showcase some of the topics that we’ve worked on and some things which we have coming soon for you!

OpenVZ 6 to OpenVZ 7 Upgrades

November 2019 year saw OpenVZ 6 (based off CentOS 6) reach End-Of-Life … Read More

bookmark_borderHow to view the processes and resource usage on my VPS

Glances:

Glances is a cross-platform curses-based monitoring tool which is used to see the process and resources usage. It provides the monitoring details of following:

  • CPU
  • Memory
  • Load
  • Process list
  • Network interface
  • Disk I/O
  • Raid
  • Sensors
  • Filesystem
  • Docker
  • Monitor
  • Alert
  • System info
  • Uptime

To install the Glances on your VPS, please user the following command.

On Ubuntu/Debian

sudo apt-get update -y

 sudo apt-get install glances -y

On CentOS/Fedora

sudo yum update -y

 sudo yum install glances -y

To check … Read More