Hosting
VPS hosting
Order and manage a Virtual Private Server with root access from the customer dashboard.
A VPS (Virtual Private Server) gives you a virtual machine with root access you choose the operating system, install software, and scale CPU, RAM, and storage as your app grows.
Order a VPS
- Go to nisccloud.com → Hosting → VPS (or Cloud Servers → VPS).
- Pick a plan (CPU cores, RAM, SSD size, bandwidth).
- Choose datacenter region if offered.
- Select OS template (e.g. Ubuntu, AlmaLinux).
- Checkout and pay.
Or use Marketplace in the dashboard.
Open your VPS in the dashboard
- Sign in at npanel.nisccloud.com.
- Click Cloud Servers in the sidebar.
- Click VPS.
- Click your server in the list.
You typically see:
- Status (running, stopped)
- IP address (public IPv4)
- Root password or SSH key setup
- Start / Stop / Reboot controls
- Console or VNC access (if available)
Connect with SSH
From your computer (Mac, Linux, or Windows with OpenSSH):
ssh root@YOUR_SERVER_IP- Replace
YOUR_SERVER_IPwith the IP from the dashboard. - Enter root password when prompted (or use SSH key if configured).
- You are at the server command line.
First steps after login:
- Run system updates (
apt update && apt upgradeon Ubuntu). - Create a non-root sudo user for daily work.
- Configure firewall (allow ports 22, 80, 443 as needed).
- Install web stack (Nginx/Apache, PHP, MySQL) or Docker.
Point your domain to the VPS
- Domains → My Domains → [domain] → DNS.
- Add A record for
@andwwwpointing to VPS IP address. - Install SSL certificate on the server (LetNisc Cloud's Encrypt or purchased SSL).
Manage billing and renewals
VPS appears under Billing → Subscriptions. Pay Invoices before renewal to avoid server removal after grace period.
VPS vs VDS vs dedicated
| VPS | VDS | Dedicated | |
|---|---|---|---|
| Isolation | Shared hardware, virtual | Stronger dedicated resources | Full physical machine |
| Skill level | Intermediate | Intermediate–advanced | Advanced |
| Use case | Apps, APIs, small SaaS | Heavier workloads | Enterprise, compliance |