Ardisio

Ardisio

Professional Hosting

0%

by NexonGraphs

Connecting to Your Cloud Server

Your Credentials

After payment, your server is provisioned within 2–5 minutes. You will receive an email with:

  • Server IP address
  • Username (root)
  • Root password

These are also visible in your dashboard under Services → your cloud service.

SSH Connection

ssh root@your-server-ip

Enter your root password when prompted.

First Steps After Login

  1. Change your password
passwd
  1. Update packages
apt update && apt upgrade -y
  1. Check your stack is running (example for LEMP)
systemctl status nginx
systemctl status mysql
php -v

Accessing Your Stack

Depending on your chosen stack:

  • LEMP/LAMP: Visit http://your-server-ip to see the default page
  • WordPress: Visit http://your-server-ip to complete WordPress setup
  • Node.js: Your app runs via PM2. Check with pm2 list
  • Docker: Portainer UI available at http://your-server-ip:9000

Prohibited Uses

Cryptocurrency mining of any kind is strictly prohibited on all Ardisio cloud servers and will result in immediate termination. See our Terms of Service.