Articles
Quick answer: Your VPS management panel is the service page in the Cloud2Y Client Area: log in at...
Quick answer: Open a terminal and run ssh root@YOUR_SERVER_IP, then enter the root password shown...
Quick answer: On Windows 10/11 open Windows Terminal or PowerShell and run ssh...
Quick answer: Open the Terminal app and run ssh root@YOUR_SERVER_IP — the OpenSSH client is...
Quick answer: If your service page in the Cloud2Y Client Area shows a password-reset (or "Change...
Quick answer: If your service page in the Client Area shows a reinstall/rebuild OS option, choose...
Quick answer: Use the power controls on your service page in the Cloud2Y Client Area (My Services...
Quick answer: Over SSH, run htop (or top) for CPU and memory, free -h for RAM, and df -h for...
Quick answer: Open your VPS's service page in the Cloud2Y Client Area and use Upgrade/Downgrade...
Quick answer: On the VPS itself run hostnamectl set-hostname new-name.example.com and update...
Quick answer: Generate a key pair on your computer with ssh-keygen -t ed25519, copy the public...
Quick answer: Run adduser deploy (Ubuntu/Debian) or useradd -m deploy && passwd deploy...
Quick answer: Right after deployment: update all packages, switch SSH to key authentication,...
Quick answer: Ubuntu ships with UFW (Uncomplicated Firewall). Allow SSH first, then your service...
Quick answer: Beyond ufw allow, UFW supports app profiles (ufw app list), source-restricted rules...
Quick answer: For a single VPS, install htop (live processes), vnstat (traffic history) and — for...
Quick answer: df -h shows how full each filesystem is; du -sh /var/* 2>/dev/null | sort -h...
Quick answer: After a disk upgrade the virtual disk is bigger, but the partition and filesystem...
Quick answer: Run htop and sort by CPU to find the hungry process, check load average with uptime...
Quick answer: Check real memory pressure with free -h — look at available, not "free" (Linux...
