When to choose a dedicated server
| Scenario | Dedicated server | VPS | Public Cloud |
|---|---|---|---|
| High I/O workloads (databases, transcoding) | Best fit | Limited | Viable |
| Full root access and custom kernels | Yes | Yes | Yes |
| Predictable, fixed monthly cost | Yes | Yes | Flexible |
| Hourly elasticity or auto-scaling | No | No | Yes |
| Hardware-level isolation | Yes | No | No |
If you need a lighter footprint or pay-as-you-go billing, consider a VPS or a Public Cloud instance instead.
Getting started
Order your server
In the OVHcloud Control Panel, go to Bare Metal Cloud > Dedicated servers and place an order. Once delivered, you will receive an email with your server’s IPv4 address and initial credentials.
Install or reinstall an OS
Open the server in the Control Panel, click the General information tab, then select … next to the operating system and choose Install.Select your OS from the drop-down, optionally customise the partition layout, and add your SSH public key so it is pre-installed automatically.
Connect via SSH (Linux)
Once installation completes, connect using the username that matches your OS (for example, On first login, change the temporary password:
ubuntu for Ubuntu, debian for Debian):Password input is not displayed on Linux terminals. Type your new password and press Enter, then confirm it.
Connect via RDP (Windows)
For Windows servers, open Remote Desktop Connection on your local machine, enter the server’s IPv4 address, and log in with the credentials from your delivery email.As a fallback, use the IPMI console from the Control Panel — it works even without a network connection.
Key configuration areas
Storage and RAID
Configure software or hardware RAID, manage partitions, and handle hot-swap disk replacements.
Networking
Assign IPv6 addresses, configure IP aliasing, and connect to other services via vRack.
Security hardening
Harden SSH, configure iptables, install Fail2ban, and enable the OVHcloud Network Firewall.
Troubleshooting
Use rescue mode, run hardware diagnostics, and replace faulty disks.
Storage and RAID
OVHcloud servers use RAID 1 (mirroring) by default when a soft RAID configuration is available. This replicates data across two or more disks for redundancy, but halves your usable storage capacity. You can customise the partition scheme during OS installation by ticking Customise the partition configuration. This lets you choose RAID level, partition sizes, and filesystem types.Check current RAID status
[UU] means all disks are healthy. A _ indicates a failed disk.
Identify disks
Network configuration
IPv6
All OVHcloud dedicated servers are delivered with a/64 IPv6 block (High Grade and Scale servers receive a /56 block). IPv6 is not configured automatically on all distributions.
Find your IPv6 block and gateway in General information > Network in the Control Panel, then apply the configuration. On Debian/Ubuntu (pre-23.04):
IP aliasing
IP aliasing lets you assign multiple IP addresses to the same network interface — useful when hosting multiple services on one server.vRack (private network)
vRack connects multiple OVHcloud services across data centres via a private Layer 2 network. To configure it:- Order a vRack service from the Control Panel (Bare Metal Cloud > Network > vRack).
- Add your dedicated server to the vRack.
- Identify your private network interface:
- Configure that interface with your chosen private IP range (for example,
192.168.0.0/16).
- Debian / Ubuntu (Netplan)
- Windows Server
Security hardening
Keep the system updated
Change the SSH listening port
Changing the default SSH port (22) reduces automated brute-force attempts. Edit the SSH daemon configuration:#Port 22 line, uncomment it, and replace 22 with a port number between 49152 and 65535:
Install Fail2ban
Fail2ban blocks IP addresses after repeated failed login attempts:[sshd] section:
OVHcloud Network Firewall
The OVHcloud Network Firewall filters traffic at the infrastructure edge, before it reaches your server. Enable and configure it in the Control Panel under Bare Metal Cloud > Dedicated servers > select your server > IP tab.Backup storage
Every dedicated server includes 500 GB of free backup storage. Activate it in the Control Panel and access it via FTP, FTPS, NFS, or CIFS.Troubleshooting
Rescue mode
Rescue mode boots your server into a temporary Linux environment from the OVHcloud infrastructure. Use it whenever your server is inaccessible or when you need to run diagnostics without the installed OS. To activate rescue mode:- In the Control Panel, open General information for your server.
- Click … next to Boot and select Edit.
- Choose Boot in rescue mode > Customer rescue system.
- Select password or SSH key authentication, then click Confirm.
- Restart the server: click … next to Status > Restart.
Hardware diagnostics
Run these commands in rescue mode to test hardware components:CPU stress test
CPU stress test
RAM test
RAM test
Disk health (SMART)
Disk health (SMART)
nvme1n1 with your disk identifier from lsblk.Network bandwidth
Network bandwidth
Filesystem check
Filesystem check
sda1 with your partition name.IPMI access
The IPMI (Intelligent Platform Management Interface) console lets you connect to your server directly from the OVHcloud Control Panel, even if the server has no network connection. Find it in General information > IPMI tab. Use IPMI to:- Connect when SSH is unreachable
- Access the server during OS installation
- View the display output as if you were physically at the machine
Management options
OVHcloud Control Panel
Manage OS installation, reboots, rescue mode, monitoring, and backup storage from the web interface.
OVHcloud API
Automate server management tasks — OS installs, netboot changes, and network configuration — via the REST API.
SSH / RDP
Connect directly to your server for full administrative control over the OS and installed services.
vRack private network
Connect your dedicated server to other OVHcloud services in a private Layer 2 network spanning multiple data centres.
OVHcloud monitoring
Enable server monitoring in General information > Service status > Configure:- Disabled — no alerts, useful during maintenance windows.
- Enabled with proactive intervention — OVHcloud sends an alert and a technician checks the server if it stops responding.
- Enabled without proactive intervention — you receive an alert email only.