terminal.sh

guest@floatpoint:~$

Managed Infrastructure Solutions Built for Scale.

Floatpoint is a unified platform for high-performance game hosting and modern cloud infrastructure.

Building communities in "the cloud."

Floatpoint offers global server deployments, DDoS protection, and human-first support—all engineered for gamers, developers, and businesses. Whether you're building a game server or scaling backend services, we've built the foundation for your success.

Zero Configuration Limits

No artificial limits. Full access to mod support, slots, and server runtime settings.

Global Infrastructure

Deploy in latency-optimized locations across NA, EU, and APAC with real-time routing.

Enterprise-Grade Security

Protected by PATH.net’s 12Tbps+ DDoS mitigation and per-instance firewall rules.

Built by Experts

Backed by real engineers who understand performance, uptime, and support quality.

Getting Started

To deploy on our standard GSP route, your servers spin up in seconds. You just choose your game, hit order, and we handle orchestration, networking and security behind the scenes. There's no support interaction required unless you want it, so you're free to jump straight into the action.

Need some extra coverage? Our Managed Infrastructure gives you a dedicated ops team for monitoring, autoscaling and rolling updates under SLA. We build HA clusters, manage disaster recovery and capacity, and get your network sourced from vendors to online in days, no deposit required.

deploy.php
<?php
 $userReady = true;

 if ($userReady) {
 echo "<button>Deploy Now</button>";
 } else {
 echo "<p>Let us know when you're ready.</p>";
 }
?>

Backend

Launch servers in seconds on our Linux-powered Pterodactyl platform—deploy or roll back any mod instantly, monitor real-time metrics in-panel or via Discord, and restore in a click with automated snapshots and off-site backups. Scale across nodes with zero downtime, all backed by enterprise-grade networking and hardened hosts for rock-solid stability, security, and full custom control.
package main

import "floatpoint/infra"

func main() {
server := infra.NewServer("game-hosting")
server.Deploy()
}

Open Source

Floatpoint's platform runs every instance as a lightweight Linux container (LXC/Docker) on bare-metal hosts, with strict cpuset and cgroup enforcement. Containers are pinned to dedicated vCPU cores with no oversubscription, and memory limits are carved out to exact byte sizes—meaning you never share resources with noisy neighbors. It's a fully isolated environment, preconfigured for performance.

Dockerfile
FROM ubuntu:22.04
LABEL maintainer="[email protected]"
# Set up base environment
RUN apt-get update && apt-get install -y \
ca-certificates curl git gnupg lsb-release
WORKDIR /opt/floatpoint
COPY ./ ./
# Install dependencies and compile backend
RUN make install && make build
# Expose the port used by the game server
EXPOSE 25565
CMD ["./start-floatpoint.sh"]

Need help?

Whether you have a question, need a custom solution, or just want to talk infrastructure—we're here to help.