Manage hosting
Step-by-step guide to every hosting tab Overview, DNS, Mail, File Manager, Subdomains, Databases, WordPress, and Backup.
When you click a site under Hosting in the sidebar, you open a hosting control page with tabs. This guide walks through each tab for shared and WordPress hosting packages.
Open your hosting account
- Sign in at npanel.nisccloud.com.
- Click Hosting under Cloud Services.
- Click the hosting package or domain name in the list.
- Tabs appear at the top of the page.
Overview tab
Purpose: Summary of the account plan name, primary domain, disk usage, nameservers, IP address, and quick status.
What to do:
- Read nameservers copy them to your domain under Domains → Nameservers if the domain is registered with Nisc Cloud.
- Note IP address if you use A records instead of nameservers.
- Check disk and bandwidth usage if displayed.
- Find links to webmail or control panel if shown.
DNS tab
Purpose: Manage DNS records for sites using this hosting accountNisc Cloud's DNS zone.
What to do:
- Click DNS.
- Add or edit A, CNAME, MX, TXT records like on domain DNS.
- Use for subdomains (
blog,shop) pointing to this hosting.
If your domain uses nameservers elsewhere, this tab may not affect public DNS edit at the nameserver provider instead.
Mail tab
Purpose: Email settings tied to this hosting package create mailboxes, forwarders, or webmail links when email is bundled with hosting.
What to do:
- Click Mail.
- Create mailbox username and password if the interface allows.
- Open webmail URL or configure clients using server hostname from this tab.
For standalone business email products, use Emails in the sidebar instead. See Business email.
File Manager tab
Purpose: Upload, edit, and delete website files in your hosting space (like public_html).
Upload your site:
- Click File Manager.
- Open the web root folder (often
public_htmlorwww). - Click Upload and select HTML, PHP, or WordPress files.
- Wait for upload to complete.
Edit a file:
- Right-click or select a file → Edit.
- Change code or text, save.
Permissions: Leave default permissions unless a CMS install guide says otherwise.
For WordPress, prefer WordPress tab one-click install instead of manual upload when available.
Subdomains tab
Purpose: Create addresses like blog.yourdomain.com.
- Click Subdomains.
- Enter subdomain name (e.g.
blog). - Choose document root folder if asked.
- Save.
- Add DNS A or CNAME if not automatic see DNS tab.
Databases tab
Purpose: Create MySQL or MariaDB databases for WordPress, Laravel, etc.
- Click Databases.
- Click Create database note database name.
- Create a database user and strong password.
- Assign user to database with All privileges.
- Use these credentials in your app config (WordPress
wp-config.php, etc.).
WordPress tab
Purpose: Install or manage WordPress on this hosting account.
- Click WordPress.
- Choose Install or select existing installation.
- Pick domain/subdomain, admin username, password, and email.
- Start install and wait for completion.
- Open site URL and
/wp-adminto log in.
More detail: Install WordPress and Manage WordPress.
Backup tab
Purpose: Create or restore backups of files and databases.
- Click Backup.
- Click Create backup or enable scheduled backups if offered.
- Wait for backup job to finish.
- To restore, choose a backup point and follow prompts restoring overwrites current data.
See WordPress backups.