How to Set Up Your Dedicated Server/ Cloud VPS? Print

  • "Windows", "SSH", "Linux", "Vultr", "Dedicated Server", "Cloud VPS"
  • 2

Welcome to your new Dedicated or Cloud Server! This guide walks you through the initial setup process for Linux or Windows servers.
Steps to Set Up:
Access Your Server: Log in to your HexaVoice Client Area and navigate to Services > Your Server. Click “Manage” to view server details (IP, root/admin password).
Connect to Server:
Linux: Use SSH (e.g., ssh root@your_server_ip in Terminal or PuTTY).
Windows: Use Remote Desktop Protocol (RDP) via Microsoft Remote Desktop. Enter the IP and admin credentials.
Update OS:
Linux: Run sudo apt update && sudo apt upgrade (Ubuntu) or sudo yum update (CentOS).
Windows: Run Windows Update from Settings > Update & Security.
Install Software: For web hosting, install Apache/Nginx (Linux) or IIS (Windows). Example: sudo apt install apache2 (Ubuntu).
Secure Your Server: Change default passwords, enable firewall (e.g., ufw for Linux or Windows Firewall), and disable root SSH if needed.
Test Access: Verify your app or website is running (e.g., visit http://your_server_ip).

Enable backups for $5-10/mo (optional, via Client Area).
Windows Server requires a license fee ($10-20/mo, auto-added).
Need Help? Contact our support team.


Was this answer helpful?

« Back