Skip to main content
Virtus Cloud is a managed hosting platform that takes the complexity out of deploying applications. Whether you’re running a Discord bot, a web API, a full-stack website, or a database, Virtus Cloud gives you the infrastructure to launch and scale — no server management required.

Quick Start

Deploy your first application in minutes using the CLI or the web dashboard.

Config File

Learn how to create the virtuscloud.app configuration file that powers every deployment.

API Reference

Programmatically manage apps, databases, and workspaces with the Virtus Cloud REST API.

CLI Reference

Install and use the Virtus Cloud CLI to deploy and manage apps from your terminal.

Get started in four steps

1

Create your account

Sign up at virtuscloud.app using your email or Discord. Then choose a plan that fits your needs at virtuscloud.app/plans.
2

Install the CLI

Install the Virtus Cloud CLI on your local machine so you can deploy directly from your terminal.
curl -fsSL https://cli.virtuscloud.app/install | bash
3

Create your config file

Add a virtuscloud.app file to the root of your project. This file tells Virtus Cloud how to run your application.
virtuscloud.app
MAIN=index.js
MEMORY=512
VERSION=recommended
DISPLAY_NAME=My App
4

Deploy

Upload your project with a single command. Virtus Cloud installs your dependencies and starts your app automatically.
virtuscloud upload

Explore by runtime

Node.js

JavaScript & TypeScript

Python

Python 3.x apps & bots

Java

Java (JDK 23+)

Go

Go applications

Rust

Rust binaries

PHP

PHP 8.x apps

Elixir

Elixir & Phoenix

C#

.NET / C# apps

Platform services

Blob Storage

CDN-backed file storage up to 100 MB per object, with auto-expiry and security hashes.

Managed Databases

Hosted MongoDB and Redis instances with snapshots, metrics, and credential management.

Workspaces

Collaborate with your team by grouping apps under shared workspaces with role-based access.
Need help? Join the Virtus Cloud Discord community or open a ticket in the support dashboard.