Servers.com documentation

Documentation for deploying, automating, and scaling on Servers.com infrastructure — product guides, API references, CLI docs, Terraform examples, and step-by-step tutorials.

Build with code

Automate every part of your infrastructure — from provisioning to teardown.

# List your dedicated servers
curl -X GET https://api.servers.com/v1/hosts/dedicated_servers \
  -H "Authorization: Bearer $SERVERS_API_TOKEN" \
  -H "Content-Type: application/json"
# List all EBM servers for the "ex4mp1eID" account.
srvctl hosts ebm list ex4mp1eID --all
resource "servers_sbm_host" "web" {
  flavor   = "SBM-01"
  location = "ams1"
}

Tutorials & guides

Step-by-step walkthroughs from first server to advanced deployments.