Skip to main content
ubuntuask.com

Back to all posts

Tutorial: Run CyberPanel on Vultr?

Published on
8 min read
Tutorial: Run CyberPanel on Vultr? image

Best Web Hosting Control Panels to Buy in November 2025

1 SafeNet IDProve 110 6-digit OTP Token for Use with Amazon Web Services Only

SafeNet IDProve 110 6-digit OTP Token for Use with Amazon Web Services Only

  • SECURE REMOTE ACCESS WITH STRONG AUTHENTICATION FOR PEACE OF MIND.

  • USER-FRIENDLY DESIGN, COMPACT AND EASY TO CARRY ANYWHERE.

  • LONG-LASTING BATTERY LIFE OF UP TO 7 YEARS FOR RELIABILITY.

BUY & SAVE
$14.61
SafeNet IDProve 110 6-digit OTP Token for Use with Amazon Web Services Only
2 FathiSooc Spider Webs Halloween Decorations Outdoor, 12.5ft 9 Coils White Fake Spider Web, Scary Haunted House Outdoor Wall Decor for Halloween Party Hanging Decorations (12ft 9 Coils-White)

FathiSooc Spider Webs Halloween Decorations Outdoor, 12.5ft 9 Coils White Fake Spider Web, Scary Haunted House Outdoor Wall Decor for Halloween Party Hanging Decorations (12ft 9 Coils-White)

  • MASSIVE 12.5FT COBWEBS CREATE IMMERSIVE HAUNTED SCENES!

  • DURABLE, ALL-WEATHER DESIGN: MACHINE-WASHABLE & UV-RESISTANT!

  • FAST, TOOL-FREE SETUP WITH ELASTIC BANDS – TRANSFORM IN 60 SECS!

BUY & SAVE
$9.99
FathiSooc Spider Webs Halloween Decorations Outdoor, 12.5ft 9 Coils White Fake Spider Web, Scary Haunted House Outdoor Wall Decor for Halloween Party Hanging Decorations (12ft 9 Coils-White)
3 DECHOUS 50Pcs Plastic Spider Webs: Black Small Spider Webs Plastic Halloween Ornaments 1.9 Inch Cobwebs Decor for Indoor Outdoor Halloween Hanging

DECHOUS 50Pcs Plastic Spider Webs: Black Small Spider Webs Plastic Halloween Ornaments 1.9 Inch Cobwebs Decor for Indoor Outdoor Halloween Hanging

  • DURABLE PE MATERIAL ENSURES LONG-LASTING SPOOKY DECORATIONS.
  • VERSATILE FOR INDOOR/OUTDOOR USE, PERFECT FOR ANY HALLOWEEN SETUP.
  • UNIQUE DESIGN WITH REALISTIC TOUCH CREATES A CAPTIVATING ATMOSPHERE.
BUY & SAVE
$7.99 $8.99
Save 11%
DECHOUS 50Pcs Plastic Spider Webs: Black Small Spider Webs Plastic Halloween Ornaments 1.9 Inch Cobwebs Decor for Indoor Outdoor Halloween Hanging
4 Modern Web Development: A Beginner's Guide to HTML, CSS, Hosting, and SEO

Modern Web Development: A Beginner's Guide to HTML, CSS, Hosting, and SEO

BUY & SAVE
$9.99
Modern Web Development: A Beginner's Guide to HTML, CSS, Hosting, and SEO
5 3-Pack Halloween Decorations Indoor, Black Lace Spider Web Lampshade Cover, 20" x 60" – Reusable Polyester Halloween Lamp Shade Topper & Party Decor

3-Pack Halloween Decorations Indoor, Black Lace Spider Web Lampshade Cover, 20" x 60" – Reusable Polyester Halloween Lamp Shade Topper & Party Decor

  • ALL-IN-ONE 3-PACK: PERFECT FOR MULTIPLE FESTIVE DECOR NEEDS.
  • STYLISH DESIGN: ELEGANT SPIDER WEB PATTERN ENHANCES HALLOWEEN AMBIANCE.
  • DURABLE & REUSABLE: MACHINE WASHABLE FOR LONG-LASTING SEASONAL USE.
BUY & SAVE
$9.99 $15.99
Save 38%
3-Pack Halloween Decorations Indoor, Black Lace Spider Web Lampshade Cover, 20" x 60" – Reusable Polyester Halloween Lamp Shade Topper & Party Decor
6 Building Tools with GitHub: Customize Your Workflow

Building Tools with GitHub: Customize Your Workflow

BUY & SAVE
$33.55 $39.99
Save 16%
Building Tools with GitHub: Customize Your Workflow
7 Berglander Gold Whisk Pack of 3 Stainless Steel 8",10",12", Titianium Plating Whisks for Cooking, Beater,Wire Whisk Set Kitchen Wisk (Gold)

Berglander Gold Whisk Pack of 3 Stainless Steel 8",10",12", Titianium Plating Whisks for Cooking, Beater,Wire Whisk Set Kitchen Wisk (Gold)

  • VERSATILE 3-PACK: INCLUDES 8, 10, AND 12 WHISKS FOR ALL TASKS.

  • DURABLE & ERGONOMIC: PREMIUM STAINLESS STEEL ENSURES LONG-LASTING USE.

  • STYLISH DESIGN: POLISHED TITANIUM GOLD FINISH ADDS ELEGANCE TO YOUR KITCHEN.

BUY & SAVE
$11.99
Berglander Gold Whisk Pack of 3 Stainless Steel 8",10",12", Titianium Plating Whisks for Cooking, Beater,Wire Whisk Set Kitchen Wisk (Gold)
8 Cell Phone Stand for Desk, 6 Pack Black Phone Stand Portable Foldable Desktop Cell Phone Holder Adjustable Universal Multi-Angle Cradle Kickstand for iPhone 15 14 13 Pro X XS Max Samsung

Cell Phone Stand for Desk, 6 Pack Black Phone Stand Portable Foldable Desktop Cell Phone Holder Adjustable Universal Multi-Angle Cradle Kickstand for iPhone 15 14 13 Pro X XS Max Samsung

  • STURDY DESIGN WITH SILICONE PADS ENSURES STABILITY AND PROTECTION.
  • ADJUSTS TO MULTIPLE ANGLES FOR COMFORTABLE VIEWING AND USAGE.
  • ULTRA-PORTABLE AND LIGHTWEIGHT-PERFECT FOR TRAVEL AND EVERYDAY USE!
BUY & SAVE
$6.99
Cell Phone Stand for Desk, 6 Pack Black Phone Stand Portable Foldable Desktop Cell Phone Holder Adjustable Universal Multi-Angle Cradle Kickstand for iPhone 15 14 13 Pro X XS Max Samsung
+
ONE MORE?

CyberPanel is an open-source control panel used for managing websites and web servers. Vultr is a cloud hosting platform. This tutorial explains how to set up and run CyberPanel on a Vultr cloud server.

To start, sign in to your Vultr account and create a new cloud server instance. Choose a server location, an operating system, and an appropriate server size according to your requirements.

After the server is successfully created, obtain the server's IP address and log in via SSH using a client like PuTTY.

Once logged in, begin by updating the server's packages using the package manager. For example, on CentOS, you can use the command:

sudo yum update

Next, install CyberPanel by using the installation script. The script automatically installs all necessary packages and dependencies. Run the command:

sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

The installation script prompts you for some basic information, such as the desired CyberPanel version and an email address for obtaining Let's Encrypt SSL certificates.

Once the installation is complete, access the CyberPanel control panel by opening a web browser and navigating to https://YOUR_SERVER_IP:8090. Replace YOUR_SERVER_IP with your cloud server's IP address.

You will be prompted to set an admin password for CyberPanel. Once done, log in with the admin username (default is admin) and the chosen password.

After logging in, you can configure your websites, domains, DNS records, email accounts, and other settings using the CyberPanel dashboard.

That's it! You have successfully installed and set up CyberPanel on a Vultr cloud server. Enjoy managing your websites and web servers with this user-friendly control panel.

How to configure email accounts in CyberPanel on Vultr?

To configure email accounts in CyberPanel on Vultr, you can follow these steps:

  1. Log in to your CyberPanel as an admin user.
  2. Click on the "Email" option from the side menu.
  3. Click on "Create Email" to add a new email account.
  4. Enter the email address you want to create, along with the password and the desired quota (if applicable).
  5. Click on "Create Email" to complete the process.

Once the email account is created, you can access it using an email client or webmail. To access the email account using an email client like Outlook or Thunderbird, you need to configure the client with the following details:

Incoming Mail Server (IMAP/POP3):

  • Server: your server's IP address or domain name
  • Port: 993 for IMAP (with SSL), 995 for POP3 (with SSL)

Outgoing Mail Server (SMTP):

  • Server: your server's IP address or domain name
  • Port: 465 for SMTP (with SSL/TLS)

Username: your email address Password: the password you set during the email account creation

Once you have entered the necessary details and completed the configuration, you should be able to send and receive emails using the configured email account.

Note: Make sure your server's firewall allows incoming/outgoing connections on the necessary ports for email communication.

How to uninstall CyberPanel from a Vultr instance?

To uninstall CyberPanel from a Vultr instance, you can follow these steps:

  1. SSH into your Vultr instance using an SSH client like PuTTY (Windows) or Terminal (macOS/Linux).
  2. Once you are connected to your instance, navigate to the CyberPanel directory by running the following command: cd /usr/local/CyberCP
  3. Stop the CyberPanel service by running the following command: systemctl stop lscpd
  4. Uninstall CyberPanel by running the uninstaller script: sh uninstall.sh
  5. Confirm the uninstallation by typing "YES" when prompted.
  6. Wait for the uninstallation process to complete.
  7. Once the process is finished, you can remove the remaining CyberPanel files by running the following command: rm -rf /usr/local/CyberCP
  8. Restart your instance to ensure that all CyberPanel components are no longer active: reboot

After following these steps, CyberPanel should be completely uninstalled from your Vultr instance.

How to monitor server resources in CyberPanel on Vultr?

To monitor server resources in CyberPanel on Vultr, you can follow these steps:

  1. Log in to your Vultr account and navigate to the Servers section.
  2. Click on the server running CyberPanel to access the server management page.
  3. In the left sidebar, under the Manage Server section, click on the Console option to open a console window for the server.
  4. Enter your server credentials to log in to the console.
  5. Once you have access to the server command line, you can use various commands to monitor server resources.

Here are a few commands you can use:

  • To check CPU usage, use the top command. It displays real-time statistics about the CPU, memory, and process usage. Press q to exit the top command.
  • To check memory usage, use the free -m command. It displays information about available and used memory in megabytes.
  • To check disk usage, use the df -h command. It shows the disk space usage of all mounted file systems in human-readable format.
  • To monitor network bandwidth, you can use tools like iftop, nload, or nethogs. These tools provide real-time monitoring of network traffic.

You can also use external monitoring tools like Netdata or Munin to get more detailed and graphical insights into your server's resources. These tools require additional installation and configuration outside of CyberPanel.

Remember to regularly check the server resource usage to ensure optimal performance and avoid any issues related to resource exhaustion.

How to install WordPress using CyberPanel on Vultr?

To install WordPress using CyberPanel on Vultr, follow the steps below:

  1. Create a Vultr account and log in.
  2. Click on the "Servers" tab on the top menu and then click on the "Deploy New Server" button.
  3. Choose a server location, instance type, and operating system. For the operating system, select CentOS 7 x64.
  4. Choose a server size based on your requirements and click on the "Deploy" button.
  5. Once the server is deployed, note down the server IP address, username, and password.
  6. Open a terminal on your local machine or use a SSH client like PuTTY to connect to your Vultr server.
  7. Enter the server IP address, username, and password to connect.
  8. Once connected, run the following command to update the system packages: sudo yum update -y
  9. Next, run the following command to install CyberPanel: sh <(curl https://cyberpanel.net/install.sh || wget -qO - https://cyberpanel.net/install.sh)
  10. During the installation, you will be prompted to enter your desired username and password for the CyberPanel admin panel. Enter the details and complete the installation process.
  11. Once the installation is complete, access the CyberPanel admin panel by opening a web browser and entering the following URL: http://:8090/
  12. Log in using the username and password you provided during installation.
  13. In the CyberPanel admin panel, click on the "Websites" tab on the left sidebar.
  14. Click on the "Create Website" button and enter the necessary details like website domain name, username, password, etc. Choose the option to install WordPress.
  15. Click on the "Create Website" button to start the installation process.
  16. Wait for the installation to complete, and then you will see the WordPress installation details, including the WordPress admin panel URL, username, and password.
  17. Access the WordPress admin panel using the provided URL and log in using the username and password.

That's it! You have successfully installed WordPress using CyberPanel on Vultr. You can now customize your WordPress site and start adding content.

What is the purpose of CyberPanel DNS Cluster on Vultr?

The purpose of a CyberPanel DNS Cluster on Vultr is to provide a scalable and high-performance DNS (Domain Name System) infrastructure for your websites or applications. DNS is responsible for translating domain names into IP addresses, which allows users to reach websites by typing in easy-to-remember domain names instead of complicated IP addresses.

With a CyberPanel DNS Cluster on Vultr, you can distribute your DNS infrastructure across multiple servers in different geographic locations. This provides redundancy and improves performance by ensuring that DNS requests are served from the nearest server to the user's location, reducing latency.

Vultr is a cloud infrastructure provider that offers a wide range of virtual private servers (VPS) around the world. By using Vultr, you can easily set up a scalable and reliable DNS infrastructure using CyberPanel, a control panel that simplifies the management of web hosting services.

Overall, the purpose of a CyberPanel DNS Cluster on Vultr is to enhance the performance, availability, and reliability of your DNS infrastructure, allowing your websites or applications to be easily accessible to users around the world.