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
- Change your password
passwd
- Update packages
apt update && apt upgrade -y
- 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-ipto see the default page - WordPress: Visit
http://your-server-ipto 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.
