Alma Linux 9, Debian 10, Debian 9, Fedora 40, FreeBSD 14, Rocky 9, Ubuntu Server 24.04 LTS, FreeBSD 14
A Virtual Private Server (VPS) is a type of hosting service where the physical server is divided into multiple virtual servers. Each VPS has its own operating system and resources, such as CPU, RAM, and disk space, isolated from other virtual servers on the same physical machine. This is a VPS hosted in a cloud environment. In this configuration, the VPS resides within cloud infrastructure, which allows for easier scaling and resource addition as needed. The cloud infrastructure can offer additional benefits such as automatic load balancing and data redundancy.
VPS offers more control and customization since you have your own operating system and resources, while with shared hosting, you share server resources with other users. VPS also provides better performance and security.
The choice depends on your needs. Consider factors such as:
Processor power (CPU): How intensive will your applications be?
Memory (RAM): How much memory is needed for your applications?
Disk space: How much data will you store?
Network bandwidth: What traffic do you expect?
You can contact our Sales department for additional information and assistance.
Setting up a VPS involves installing an operating system, configuring network settings, setting up firewalls, and installing software.
To ensure the security of the VPS, it is important to:
If the VPS is running slowly, try the following steps:
Managed VPS includes support and management from the provider, including updates and monitoring. Cloud VPS offers more control but requires you to handle configurations, maintenance, and management.
Cloud VPS hosting offers easy scalability, allowing resource expansion (CPU, RAM, disk space) based on needs through your user panel.
Application and software management can be performed through the command line, a web control panel, or via API, depending on the operating system and software installed on the VPS.
Network settings and IP addresses are typically managed through the VPS control panel or via the command line.
Yes, our plans include a dedicated IP address.
SSH keys provide a secure way to access your server remotely without using passwords. In this article, we’ll show you how to create an SSH key and how to use it when ordering a VPS through the client area.
✅ Step 1: Generate an SSH Key ???? If you're using Linux or macOS:Once the key is created, enter:
cat ~/.ssh/id_rsa.pubCopy the entire line that begins with ssh-rsa (or ssh-ed25519). Example:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQ... user@machine ✅ Step 3: Insert the SSH Key in the Client AreaOnce your VPS is active, you can connect via SSH as follows:
ssh -i ~/.ssh/id_rsa root@your-server-ipIf you set a passphrase during key creation, it will be requested during connection.
ℹ️ Notes