Skip to content

Web Servers

Managed Web Servers let you run a web server instance without managing the underlying VM and software stack yourself.

Create a web server

Under Web Servers → Instances → Create, choose a region, flavor, version, and VPC. The platform provisions the instance and the web server software.

bash
fm webserver instance create \
  --name site-1 \
  --flavor c1.small \
  --region sweden

Manage content

Once running, the instance detail page shows how to reach the server and where to publish content. Allow HTTP/HTTPS in the relevant security group and attach a floating IP to serve traffic from the internet.