Configuring CyberPanel: A Comprehensive Guide to Hosting Subdomains, Creating Email Addresses, and Whole Domain Access
In this article, we will discuss how to configure CyberPanel, a popular web hosting control panel, to host a subdomain, create email addresses, and provide whole domain access. We will cover the following topics in detail:
- Hosting a Subdomain in CyberPanel
- Creating Email Addresses in CyberPanel
- Providing Whole Domain Access in CyberPanel
By the end of this article, you will have a solid understanding of how to use CyberPanel to manage your web hosting needs.
Hosting a Subdomain in CyberPanel
To host a subdomain in CyberPanel, follow these steps:
- Log in to your CyberPanel dashboard.
- Click on "Subdomains" in the left-hand menu.
- Click on the "Create Subdomain" button.
- Enter the name of your subdomain (e.g., "admin") and select the domain you want to create the subdomain for.
- Choose the document root for your subdomain. This is where the files for your subdomain will be stored.
- Click on the "Create" button.
Your subdomain is now set up and ready to use!
Creating Email Addresses in CyberPanel
To create email addresses in CyberPanel, follow these steps:
- Log in to your CyberPanel dashboard.
- Click on "Email Accounts" in the left-hand menu.
- Click on the "Create" button.
- Enter the email address you want to create (e.g., "[email protected]") and choose a password.
- Select the domain you want to create the email address for.
- Choose the quota for the email account. This is the amount of disk space the email account can use.
- Click on the "Create" button.
Your email address is now set up and ready to use!
Providing Whole Domain Access in CyberPanel
To provide whole domain access in CyberPanel, follow these steps:
- Log in to your CyberPanel dashboard.
- Click on "DNS Zone Editor" in the left-hand menu.
- Select the domain you want to provide whole domain access for.
- Add an "A" record with the name "@" and the IP address of your server.
- Add a "CNAME" record with the name "www" and the value "@".
- Click on the "Save" button.
Your domain is now set up to be accessed using the root domain (e.g., "example.com") and the "www" subdomain (e.g., "www.example.com").
TL;DR
It is possible to configure CyberPanel's mail server and DNS records to allow a subdomain (e.g., "admin.example.com") to be accessible within CyberPanel.
References
- CyberPanel Documentation: https://cyberpanel.net/docs/
- CyberPanel Forum: https://forums.cyberpanel.net/
HTML Unordered List
- CyberPanel Documentation
- CyberPanel Forum
- CyberPanel Github Repository: https://github.com/usmannasir/cyberpanel
// Example code block
#include
int main() {
std::cout << "Hello, world!";
return 0;
}