On this page

Logging In

Your hosting provider gives you a URL, username, and password. Open the URL in your browser:

https://YOUR-SERVER-IP:8443/login

Enter your username and password. If you see a certificate warning, click Advanced → Proceed — this is normal for servers without a domain-based SSL certificate yet.

Dashboard Overview

After logging in you'll see the main dashboard with:

The left sidebar contains all the main sections of your hosting account.

Domains

Go to Domains in the sidebar to manage all domains attached to your account.

Adding a Domain

1

Click "Add Domain"

Enter the full domain name (e.g. example.com).

2

Set the document root

This is the folder where your website files live. Default is /home/USERNAME/public_html/example.com.

3

Point your DNS

In your domain registrar, set an A record for the domain pointing to your server's IP address. DNS propagation takes up to 24 hours.

Adding a Subdomain

Go to Domains → Subdomains and click Add Subdomain. Enter the subdomain prefix (e.g. blog for blog.example.com) and select the parent domain.

Redirects

Under Domains → Redirects you can set up 301 or 302 redirects. Useful for redirecting www to non-www or forwarding old URLs.

Email Accounts

Go to Email in the sidebar to manage email for your domains.

Creating an Email Account

1

Click "Create Account"

Choose a domain from the dropdown and enter the local part (e.g. hello for hello@example.com).

2

Set a password

Choose a strong password. You'll share this with the person who'll use the mailbox.

3

Set a storage quota

Choose how much disk space this mailbox can use. Leave blank for unlimited (up to your account's total quota).

Mail Client Settings

SettingValue
Incoming server (IMAP)Your server IP, port 993, SSL/TLS
Incoming server (POP3)Your server IP, port 995, SSL/TLS
Outgoing server (SMTP)Your server IP, port 587, STARTTLS
UsernameFull email address (e.g. hello@example.com)
AuthenticationNormal password

Email Forwarders

Under Email → Forwarders, set up rules to forward all mail from one address to another — useful for catch-all addresses or routing to an external mailbox.

File Manager

The File Manager lets you manage your website files directly in the browser without needing FTP.

â„šī¸

Your website files should go in /home/USERNAME/public_html/DOMAIN/. The index file (index.html or index.php) in that directory is what visitors see when they open your domain.

MySQL Databases

Go to Databases in the sidebar to create and manage MySQL databases.

Creating a Database

1

Click "Create Database"

Enter a name for the database. Your username is automatically prefixed (e.g. mysite_wp becomes username_mysite_wp).

2

Create a database user

Click Create User, enter a username and strong password.

3

Grant permissions

Under Add User to Database, select your new user and database, then grant All Privileges.

Connection Details

SettingValue
Hostlocalhost (or 127.0.0.1)
Port3306
DatabaseYour full database name (with prefix)
UsernameYour database username (with prefix)
PasswordThe password you set when creating the user

SSL Certificates

Go to Security → SSL to manage SSL certificates for your domains.

Free SSL via Let's Encrypt

1

Make sure DNS is pointing to your server

Let's Encrypt verifies domain ownership by connecting to your server. DNS must be active before you can issue a certificate.

2

Click "Issue Certificate"

Select the domain and any subdomains (e.g. www.example.com). Click Issue.

3

Done

The certificate is issued and configured automatically. It auto-renews 30 days before expiry — no manual action needed.

Security

The Security section provides tools to protect your hosting account:

Statistics

Go to Stats to view: