Operating Systems
Hivelocity provides numerous operating systems that can be deployed on any of our Invoice configurations. Hivelocity OS images are unmodified versions of the OS cloud images. By default our network and hardware are tailored to be compatible with most common operating systems. If we do not offer an operating system or a version of an operating system that meets your use-case, you can bring your own OS images using Custom iPXE.
On Custom Dedicated deployments we offer a larger range of standard operating systems. If none of those operating systems meet your needs we can install the image of your choice.
Operating Systems via API
When you provision a server through the portal or store, the operating systems are a required option to start provisioning. To return a list of operating systems from the API make a GET
request to /product/PRODUCT_ID/operating-systems.
curl -X 'GET' \
'https://core.hivelocity.net/api/v2/product/480/operating-systems' \
-H 'accept: application/json' \
-H 'X-API-KEY: $API_KEY'
Operating Systems Reference
All operating systems we provide are the latest stable minor release.
Operating System | Instant | Custom Dedicated |
---|---|---|
Alma Linux 8.x | true | true |
CentOS 7.x | true | true |
Citrix XenServer 6.x | false | true |
Cloud Linux 8 | false | true |
Cloud Linux 7 | false | true |
Debian (latest) | false | true |
ESXi (latest) | false | true |
FreeBSD 11.x | false | true |
FreeBSD 8.x | false | true |
FlatcarOS (latest) | true | true |
Proxmox 7.x | true | true |
Rocky Linux 8.x | true | true |
Redhat Enterprise 7.x | false | true |
Redhat Enterprise 6.x | false | true |
Ubuntu 20.x | true | true |
Ubuntu 18.x | true | true |
Windows 2019 Standard | true | true |
Windows 2019 Datacenter | true | true |
Windows 2016 Standard | true | true |
Windows 2016 Datacenter | true | true |
Licensed Operating Systems
Some of the above operating systems have a license cost. The license model and pricing varies by operating system and vendor. Compatibility, versions, and pricing information is available on when configuring your server and on the response from the API. Our prices match our costs from the OS provider and are therefore unaffected by discounts.
Updated 15 days ago