Our Knowledgebase
Find answers to common questions, step-by-step guides, and helpful tutorials in our comprehensive knowledgebase. We're here to help you get the most out of your Merry Server experience.
How to set up email accounts in cPanel?
Setting up an email account in cPanel is straightforward. First, log in to your cPanel dashboard. Look for the "Email Accounts" icon, usually found in the "Email" section. Click on it, then click the "Create" button. You'll be prompted to enter the desired email address (e.g., "info@merryserver.com"), a strong password, and set a mailbox quota. After creation, cPanel will provide you with configuration settings (like incoming and outgoing server details) that you can use to set up your email client (e.g., Outlook, Thunderbird, Apple Mail) or access your webmail directly.
What is a DNS record and how do I manage it?
DNS (Domain Name System) records are like phonebooks for the internet. They translate human-readable domain names (like merryserver.com) into machine-readable IP addresses (like 192.0.2.1). This allows browsers to find your website. You can manage your DNS records through your cPanel's "Zone Editor" or "Advanced DNS Editor." Common record types include:
- A Record: Maps a domain name to an IPv4 address.
- CNAME Record: Maps an alias name to another canonical domain name.
- MX Record: Specifies mail servers responsible for receiving email messages on behalf of a domain name.
- TXT Record: Holds text information for various purposes, like SPF (Sender Policy Framework) for email authentication.
How to install WordPress using Softaculous?
Softaculous Apps Installer makes installing WordPress incredibly easy. Here's how:
- Log in to your cPanel.
- Find the "Softaculous Apps Installer" icon (it's usually under the "Software" section).
- On the Softaculous page, search for "WordPress" and click on its icon.
- Click the "Install Now" button.
- Fill in the required details:
- Choose Installation URL: Select your domain and optionally a directory (e.g., `yourdomain.com/blog`).
- Site Settings: Enter your site name and description.
- Admin Account: Create a strong admin username and password, and enter your admin email.
- Choose Language: Select your preferred language.
- Click the "Install" button at the bottom.
What is the difference between shared hosting and VPS hosting?
The main difference lies in resource allocation and control:
- Shared Hosting: Your website shares server resources (CPU, RAM, disk space) with many other websites on the same physical server. It's the most affordable option, ideal for small websites with low traffic. However, performance can be affected by other sites on the server ("noisy neighbor" effect), and you have limited control over server configurations.
- VPS Hosting: A Virtual Private Server (VPS) still resides on a physical server with other VPS instances, but each VPS is allocated a dedicated portion of resources. This provides more power, stability, and isolation than shared hosting. You also get root access, allowing for greater customization and installation of specific software. It's suitable for growing websites, e-commerce stores, and applications that require more resources and control.