Open the server Apps tab
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.


Reference implementation of the IPFS distributed file system - run your own node with gateway and API
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the IPFS Kubo template in Server Compass to deploy a self-hosted IPFS node on your VPS, then verify the node ID and HTTP gateway.
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.

Click New App and choose the template deployment path so Server Compass can load the built-in catalog.

Use the template picker search to find IPFS Kubo in the Server Compass template catalog.

Choose the IPFS Kubo template. Server Compass fills the Kubo service, HTTP gateway port, RPC API port, swarm port, and persistent data/export volumes.

Confirm the app name and compose service. In this run, the app was named ipfs-demo and used host port 4199.

Review the generated compose settings, confirm the IPFS gateway/API/swarm ports are available, and click Deploy.

Keep the deployment modal open while Server Compass uploads the compose file, pulls the IPFS Kubo image, starts the container, and verifies the stack.

After deployment finishes, return to the Apps tab and confirm the IPFS Kubo app is marked Running with its published gateway port available.

Use the Kubo CLI inside the container to read the node ID, add a small tutorial file, and fetch that file back through the HTTP gateway.

IPFS Kubo returned node identity details, added a tutorial file, and served it through the deployed HTTP gateway.
It deploys the Kubo reference IPFS node with an HTTP gateway, RPC API, swarm listener, data volume, and export volume.
The tutorial used host port 4199, which maps to the IPFS HTTP gateway on container port 8080. The template also publishes the RPC API and swarm ports.
No account setup is required. After deployment, use the WebUI or Kubo CLI to add files, pin content, and inspect peers.
No. The deployment guide should live on the IPFS Kubo template detail page and be linked from the reusable template deployment docs page.
After deploying IPFS Kubo with Server Compass, complete these steps to finish setup
Open the WebUI at http://YOUR_SERVER_IP:{{API_PORT}}/webui to confirm the node is running and has peers
Restrict the API by editing `/data/ipfs/config` API.HTTPHeaders.Access-Control-Allow-Origin (or front it with a reverse proxy)
Open swarm port {{SWARM_PORT}} on your firewall/router for inbound peer connections
Pin important content with `docker exec <container> ipfs pin add <CID>` to keep it cached locally
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting IPFS Kubo
Simply download Server Compass, connect to your VPS, and select IPFS Kubo from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
IPFS Kubo requires a minimum of 512MB RAM. We recommend a VPS with at least 1024MB RAM for optimal performance. Any modern Linux server with Docker support will work.
Yes! Server Compass provides volume mapping that allows you to import existing data. You can also use standard IPFS Kubo backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest IPFS Kubo image will be pulled and deployed with zero downtime.
IPFS Kubo is open-source software. You only pay for your VPS hosting (typically $5-20/month) and optionally Server Compass ($29 one-time). No subscription fees or per-seat pricing.
Download Server Compass and deploy IPFS Kubo to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass