Order a Dedicated Server from the Deploy Baremetal page in my.cubepath.com. Most options are pre-filled, so you can configure it in a few clicks.

Deploy

  1. 1
    Pick project and region
    Choose the project the server belongs to, then a region. Servers are available in Miami (MIA), Houston (HOU) and Barcelona (BCN).
  2. 2
    Select a server
    Filter by RAM, CPU, storage type and port speed, then pick a baremetal plan. All plans include Basic AntiDDoS Protection.
  3. 3
    Choose OS and disk layout
    Pick an operating system and, if available, a disk layout (RAID level and disk count). The layout is fixed at install time — changing it later means a reinstall.
  4. 4
    Set authentication
    Set an SSH username (root is not allowed), then add one or more SSH keys, a password, or both.
  5. 5
    Configure and deploy
    Set the hostname and quantity (up to 20). Optionally attach a private network, then click Deploy.

How dedicated servers differ from VMs

Dedicated ServerVirtual Machine
HardwareWhole physical machine, no hypervisorSlice of a shared host
BillingFixed term: monthly, quarterly or yearly, with a renewal dateHourly, billed as you use it
ProvisioningPhysical install, not instantReady in minutes
Out-of-band accessFull IPMI/BMC — BIOS, boot order, virtual mediaBrowser VNC console
ResizeNot possible; order a different serverUpgrade the plan in place
BackupsBring your ownManaged daily backups available

Pick baremetal when you need the full machine: consistent I/O, a specific RAID layout, hardware-level control, or licensing that requires it.

Hardware and status

The server page shows Hardware Specifications (CPU model and specs, CPU benchmark, memory, storage, bandwidth allowance, network port speed and KVM support), Location Details (region and data center), and the operating system with its installation date.

Billing shows the monthly price, the billing frequency and how many days until it renews. Traffic above the plan's bandwidth allowance is billed at $2 per TB.

IPMI console

IPMI (Intelligent Platform Management Interface) manages the server out-of-band — it works with the machine powered off, with no operating system installed, and even when the OS network is broken.

Click IPMI Console on the server page. The dashboard generates temporary credentials, shows them to you, and opens the IPMI panel in a new tab. Log in with those credentials, then open Remote Console and launch H5Viewer (HTML5) for an in-browser session.

If the server has a KVM-over-IP device instead, use View KVM (or Request KVM if one isn't provisioned yet) for the same kind of access.

Install from your own ISO

The IPMI remote console can boot an image straight off your computer, which is how you install an operating system we don't offer:

  1. 1
    Open the remote console
    Launch H5Viewer (HTML5) from the IPMI panel.
  2. 2
    Browse for the image
    At the top right of the H5Viewer window, click Browse File and select the ISO on your computer.
  3. 3
    Start the virtual media
    Click Start Media. The ISO is mounted as a virtual CD/DVD on the server.
  4. 4
    Boot from it
    Reboot the server from the IPMI panel and make sure it boots from the virtual media. The installer starts automatically.

Rescue mode

Rescue Mode boots the server into a recovery environment instead of its installed OS — the tool for a broken bootloader, a full disk, a bad fstab or a lost password.

Activating it restarts the server and generates fresh credentials (username root plus a random password), which are emailed to you. Log in over SSH or through the IPMI console once it's up, mount your real disks, and fix what's broken.

Monitoring

Toggle Monitoring on the server page and we watch the server from our platform 24/7. If it stops answering ICMP (ping), we raise an alert automatically and open a ticket in your client area so you hear about it even if you're not looking.

For this to work, your firewall must allow ICMP from our probes:

IPProtocol
194.26.100.243ICMP
108.165.47.240ICMP
157.254.174.240ICMP

On Ubuntu with ufw:

ufw allow from 194.26.100.243 to any proto icmp
ufw allow from 108.165.47.240 to any proto icmp
ufw allow from 157.254.174.240 to any proto icmp
ufw status

On Windows Server, open Windows Defender Firewall with Advanced SecurityInbound RulesNew RuleCustom, set the protocol to ICMPv4, and add those three addresses as the source.

Power, protection and cancellation

  • Start / Stop / Restart power the machine. A restart loses unsaved work, exactly like pulling the plug on a physical box.
  • Reset BMC performs a cold reset of the management controller when IPMI or sensors stop responding. IPMI and sensor data are unavailable for 1–2 minutes; the operating system keeps running untouched.
  • Protection, in Server Management, blocks OS reinstalls on the server until you turn it off.
  • Cancel Service ends the subscription at the end of the current billing term.

Manage it day to day

Each server has its own tabs: Metrics, Network, Sensors, Activity, SSH Keys and Reinstall.