CloudWave Control Panel
Welcome to the CloudWave Control Panel, a powerful hosting management interface. This guide will help you navigate and utilize all the features available to manage your hosting account effectively.
Dashboard Overview
Get a quick snapshot of your hosting resources and services
Easy Management
Manage domains, emails, databases, and more with an intuitive interface
Security First
Advanced security features to protect your websites and data
Key Features
- Domain Management: Add and manage multiple domains and subdomains
- File Management: Web-based file manager and FTP/SFTP access
- Database Management: MySQL databases with phpMyAdmin access
- Email Accounts: Create and manage email accounts with webmail access
- Backup System: Automated and manual backup options
- Security Tools: Two-factor authentication, SSL certificates, and more
- Statistics: Monitor your resource usage and website statistics
Login Information: Access your control panel at https://server1.cloudwave.asia:8083 using the credentials provided in your welcome email.
Getting Started
Follow these steps to set up your CloudWave hosting account and access the control panel for the first time.
Step 1: Access the Control Panel
- Open your browser and go to:
https://server1.cloudwave.asia:8083 - If your browser shows a security warning about the certificate, you can safely proceed
- Bookmark this URL for future access
Step 2: Initial Login
- Enter your username (provided in your welcome email)
- Enter the temporary password from your welcome email
- Click the Login button
Step 3: Change Your Password
- After logging in, click your username in the top-right corner
- Select Profile from the dropdown menu
- Navigate to the Change Password section
- Enter your current (temporary) password
- Create a strong new password (minimum 12 characters with letters, numbers, and symbols)
- Confirm your new password and save the changes
- You will be logged out and need to log in again with your new password
Tip: Use a password manager like Bitwarden or 1Password to generate and store strong, unique passwords.
Step 4: Explore the Dashboard
Once logged in, familiarize yourself with the main dashboard:
- Statistics: View your resource usage (disk space, bandwidth, databases)
- Quick Actions: Access common tasks like adding domains or databases
- Server Information: View details about your hosting environment
Important: Always change your temporary password immediately after first login and enable two-factor authentication for enhanced security.
Website Management
Manage your domains, subdomains, and web applications through the CloudWave Control Panel.
Adding a Domain
- Navigate to Web → Domains in the main menu
- Click the Add Domain button
- Enter your domain name (e.g.,
example.com) - Choose whether to create a new directory or use an existing one
- Configure additional options if needed (PHP version, SSL, etc.)
- Click Add to create the domain
- Update your domain's DNS records at your registrar to point to CloudWave's nameservers or IP address
Adding a Subdomain
- Go to Web → Domains
- Click Add Subdomain
- Select the parent domain from the dropdown
- Enter the subdomain name (e.g.,
blogfor blog.example.com) - Configure the document root and other settings
- Click Add to create the subdomain
SSL Certificates
CloudWave provides free Let's Encrypt SSL certificates for your domains:
- Navigate to the domain settings in Web → Domains
- Click on the domain name you want to secure
- Scroll to the SSL Certificate section
- Select Let's Encrypt from the dropdown
- Click Save to request and install the certificate
- Ensure your DNS is correctly pointing to CloudWave before requesting the certificate
Popular Web Applications
CloudWave makes it easy to install popular web applications:
WordPress
World's most popular CMS for blogs and websites
Joomla
Powerful content management system
Drupal
Flexible CMS for complex websites
Note: For application installation, you can use the one-click installer or manually upload files via the File Manager or FTP.
Files & FTP Management
Manage your website files through the web-based File Manager or via FTP/SFTP connections.
Using the File Manager
- Navigate to Files → File Manager in the main menu
- Browse through your directories and files
- Use the toolbar to:
- Upload files from your computer
- Create new files or folders
- Edit text files with the built-in editor
- Change file permissions
- Extract archives (ZIP, TAR, etc.)
- Right-click on files or folders for additional options
Creating FTP Accounts
- Go to FTP → Users
- Click Add FTP Account
- Enter a username and strong password
- Set the home directory for this FTP user
- Configure access permissions if needed
- Click Add to create the account
Connecting via FTP/SFTP
Use an FTP client like FileZilla, WinSCP, or Cyberduck to connect:
| Setting | Value |
|---|---|
| Host/Server | server1.cloudwave.asia |
| Protocol | FTP (port 21) or SFTP (port 22) |
| Username | Your FTP username (e.g., user@domain.com) |
| Password | Your FTP password |
Security Recommendation: Always use SFTP when possible as it encrypts your file transfers. Some CloudWave plans may require SFTP connections.
File Permissions
Understanding file permissions is crucial for website security:
- 644: Standard permission for files (read/write for owner, read for others)
- 755: Standard permission for directories (read/write/execute for owner, read/execute for others)
- 777: Full permissions for everyone (not recommended for security)
Database Management
Create and manage MySQL databases for your web applications.
Creating a Database
- Navigate to Databases → MySQL
- Click Add Database
- Enter a database name (it will be prefixed with your username)
- Create a database user with a strong password
- Assign the user to the database with appropriate permissions
- Click Add to create the database
- Use these credentials in your application's configuration file (e.g., WordPress
wp-config.php)
Using phpMyAdmin
phpMyAdmin provides a web interface for database management:
- Go to Databases → MySQL
- Find the database you want to manage and click the phpMyAdmin link
- Log in with your database username and password
- From phpMyAdmin you can:
- Create, modify, and delete tables
- Run SQL queries
- Import and export database backups
- Manage users and permissions
Database Backups
Regularly back up your databases to prevent data loss:
- Use phpMyAdmin to export your database
- Select the database from the left sidebar
- Click the Export tab
- Choose Quick or Custom export method
- Select SQL as the format
- Click Go to download the backup file
Common Database Tasks
Import Database
Use phpMyAdmin to import SQL files
Optimize Tables
Improve database performance
User Management
Add or modify database users
Tip: For WordPress sites, consider using plugins like UpdraftPlus or All-in-One WP Migration for automated database backups.
Email Management
Create and manage email accounts for your domains.
Creating Email Accounts
- Navigate to Mail → Accounts
- Click Add Mail Account
- Select the domain from the dropdown
- Enter the mailbox name (e.g.,
infofor info@yourdomain.com) - Create a strong password for the email account
- Set the mailbox quota (storage limit)
- Configure any additional options (aliases, autoresponders, etc.)
- Click Add to create the account
Accessing Webmail
CloudWave provides webmail access for your email accounts:
- Go to Mail → Accounts
- Find the email account and click the Webmail link
- Log in with your full email address and password
- Choose your preferred webmail client (Roundcube, Horde, or SquirrelMail)
Email Client Configuration
Configure your email client (Outlook, Thunderbird, Apple Mail, etc.) with these settings:
| Setting | Incoming (IMAP) | Incoming (POP3) | Outgoing (SMTP) |
|---|---|---|---|
| Server | server1.cloudwave.asia |
server1.cloudwave.asia |
server1.cloudwave.asia |
| Port | 993 (SSL) | 995 (SSL) | 465 (SSL) or 587 (TLS) |
| Encryption | SSL/TLS | SSL/TLS | SSL/TLS or STARTTLS |
| Authentication | Normal password | Normal password | Normal password |
Advanced Email Features
Email Forwarding
Automatically forward emails to other addresses
Auto-Responders
Set up automatic replies when you're away
Spam Filtering
Configure spam protection settings
Tip: For mobile devices, you can typically use the "Auto Configure" option and enter your email address and password. The device should automatically detect the correct server settings.
Backup & Restore
Protect your data with regular backups and learn how to restore when needed.
Automatic Backups
CloudWave may provide automatic backups depending on your hosting plan:
- Navigate to Backups in the main menu
- View available backup points with their dates
- Check your plan details for backup frequency and retention policy
- Contact support if you need to adjust your backup settings
Manual Backups
Create manual backups for important changes or before updates:
- Website Files: Use the File Manager to download your web directory or use FTP to download files
- Databases: Use phpMyAdmin to export your databases as SQL files
- Email: Use your email client to archive important emails locally
- Store backups in multiple locations (local computer, cloud storage, etc.)
Restoring from Backup
If you need to restore your website or data:
- From CloudWave Backups:
- Go to Backups in the control panel
- Select the backup point you want to restore
- Choose what to restore (files, databases, or both)
- Confirm the restoration process
- From Manual Backups:
- Upload your website files via File Manager or FTP
- Import your database backup using phpMyAdmin
- Update any configuration files if needed
Backup Best Practices
- Create backups before making significant changes to your website
- Test your backups periodically to ensure they work correctly
- Follow the 3-2-1 rule: 3 copies, 2 different media, 1 off-site
- Consider using additional backup solutions for critical data
- Document your restoration process for emergencies
Important: CloudWave's automatic backups are a convenience feature. You are ultimately responsible for maintaining adequate backups of your data.
Security
Protect your hosting account and websites with these security measures.
Two-Factor Authentication (2FA)
Enable 2FA to add an extra layer of security to your account:
- Navigate to your user profile (click your username in the top-right)
- Go to the Security or Two-Factor Authentication section
- Click Enable Two-Factor Authentication
- Scan the QR code with your authenticator app (Google Authenticator, Authy, Microsoft Authenticator, etc.)
- Enter the 6-digit code from your app to verify
- Save your backup codes in a secure location
Tip: If you lose access to your 2FA device, contact CloudWave support with verification details to reset it.
SSL Certificates
Secure your websites with SSL certificates:
- As mentioned in the Websites section, enable Let's Encrypt SSL for your domains
- Force HTTPS redirects to ensure all traffic is encrypted
- Regularly check that your certificates are valid and not expiring
Password Security
- Use strong, unique passwords for all accounts (control panel, FTP, databases, email)
- Consider using a password manager to generate and store passwords
- Enable two-factor authentication wherever possible
- Change passwords periodically, especially if you suspect any compromise
Security Best Practices
- Keep all software (WordPress, plugins, themes) updated to the latest versions
- Use SFTP instead of FTP for file transfers
- Regularly review your website for malware or suspicious activity
- Limit access permissions - only grant necessary privileges to users
- Monitor your resource usage for unexpected spikes
- Implement a web application firewall if available
- Regularly back up your data and test restoration procedures
Security Alert: Be cautious of phishing attempts. CloudWave support will never ask for your password or 2FA codes via email. Always verify the authenticity of support requests.
Support & Contact
Get help from the CloudWave support team when you need assistance.
Contacting Support
When contacting CloudWave support, please include the following information:
- Your account email address
- The domain name(s) affected
- A clear description of the issue
- Steps to reproduce the problem (if applicable)
- Any error messages you've encountered
Example Support Request
Subject: Cannot enable SSL for example.com
Account: user@example.com
Domain: example.com
Issue Details:
I'm trying to enable a Let's Encrypt SSL certificate for example.com,
but the validation keeps failing. I've confirmed that the DNS is correctly
pointing to the server, but I'm still getting a validation error.
Steps to Reproduce:
1. Go to Web → Domains
2. Click on example.com
3. Scroll to SSL Certificate section
4. Select "Let's Encrypt"
5. Click "Save"
6. Receive error: "Domain validation failed"
Error Message:
"Failed to verify domain ownership. Please check your DNS settings."
Support Channels
Email Support
support@cloudwave.asia
Phone Support
0750 439 266
Live Chat
Available during business hours
Control Panel
server1.cloudwave.asia:8083
Self-Help Resources
- This Documentation: Refer to this guide for common tasks and troubleshooting
- Control Panel Help: Many sections in the control panel have built-in help tooltips
- Online Knowledge Base: Check for additional tutorials and FAQs
Note: For security-sensitive requests (password resets, 2FA recovery, etc.), CloudWave may require additional verification to protect your account.