Knowledgebase Article
Root Access and VPS Management Basics
What Root Access Means
Root access gives you complete control over your VPS, the ability to install any software, modify any system configuration, and manage the server exactly as your application requires. With that control comes responsibility, since there is no safety net stopping you from making changes that could affect your site's stability.
Connecting to Your VPS
You will connect to your Linux VPS using SSH, typically through a terminal application. Your welcome email includes your server's IP address and your initial root password. On Windows VPS, you will connect using Remote Desktop Protocol instead.
Your First Steps After Setup
- Change your root password immediately to something you control and have not shared anywhere else.
- Create a non root user account for day to day tasks, reserving root access specifically for administrative actions, which reduces the risk of accidental system wide changes.
- Set up your firewall to only allow the specific ports your application actually needs, closing everything else.
- Enable automatic security updates where your operating system supports it, so known vulnerabilities get patched without requiring manual intervention every time.
Common Early Mistakes
New VPS administrators most often run into trouble by installing conflicting software versions without understanding dependency requirements, leaving default ports open that are not actually in use, forgetting to set up regular backups since a VPS does not automatically back itself up the way some managed hosting plans do, and running all commands as root out of convenience, which increases the damage a single mistake or compromised script can cause.
Getting Help
If server management feels overwhelming, our support team can guide you through specific configuration questions, though full server administration on an unmanaged VPS is ultimately your responsibility. If you would prefer we handle ongoing management entirely, ask about our managed VPS options.