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.


Lightweight, geo-distributed S3-compatible object storage server
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the Garage template in Server Compass to deploy a single-node S3-compatible object storage service on your VPS, then verify the node status and published endpoints.
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 Garage in the Server Compass template catalog.

Choose the Garage template. Server Compass fills the single-node service, static-site port, S3 API port, admin API port, and persistent metadata/data volumes.

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

Review the generated compose settings, confirm the Garage static-site, S3 API, and admin API ports are available, and click Deploy.

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

After deployment finishes, return to the Apps tab and confirm the Garage app is marked Running with its published ports available.

Use the Garage CLI inside the container to confirm the single-node layout is healthy, then check that the S3 and admin endpoints are listening on the VPS.

Garage returned healthy node status output, and Docker reported the expected published S3/admin/static-site ports.
It deploys Garage in single-node mode with persistent metadata/data volumes and published static-site, S3 API, and admin API ports.
The tutorial used host port 4145 for the static-site endpoint. The template also publishes the S3 API and admin API ports.
No browser account setup is required. After deployment, create buckets and access keys with the Garage CLI or admin API, then connect an S3-compatible client.
No. The deployment guide should live on the Garage template detail page and be linked from the reusable template deployment docs page.
After deploying Garage with Server Compass, complete these steps to finish setup
Create a `garage.toml` config in the container's /etc/garage.toml with single-node settings
Exec into the container and run `garage layout` to assign the node a zone and capacity
Run `garage bucket create my-bucket` and `garage key new --name my-app` to get S3 credentials
Test with the AWS CLI: `aws --endpoint-url http://YOUR_SERVER_IP:{{S3_PORT}} s3 ls`
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting Garage
Simply download Server Compass, connect to your VPS, and select Garage from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
Garage 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 Garage backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest Garage image will be pulled and deployed with zero downtime.
Garage 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 Garage to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass