OpenCloud
Project

Application

Learn about projects and applications on OpenCloud — how to create, deploy, manage, and configure them.

Application

Projects

A Project is a container that holds all your applications and resources together. Every app or resource you create belongs to a project.

Navigate to New Project to create a project.

Create a Project

  1. Go to Projects in the sidebar
  2. Click Create Project
  3. Enter a name (e.g., "My AI Stack", "Production Agents")
  4. Click Create
You must create at least one project before you can deploy anything.

Manage Projects

  • View: Project cards show name, application count, and resource count
  • Edit: Open project → Settings tab → update name → Save
  • Delete: Settings → Delete Project → confirm
Deleting a project permanently removes all applications and resources inside it.

What is an Application?

An Application is a ready-to-use program that OpenCloud deploys and runs for you. When you deploy an app, OpenCloud creates a server, installs the software, sets up a web address with SSL, and starts it running 24/7.

Primary applications:

  • n8n — AI workflow automation (guide)
  • OpenClaw — Autonomous AI agent (guide)
  • CoPaw — Multi-channel AI assistant (guide)

Deploy an Application

Prerequisites: An OpenCloud account with credits and at least one project.

  1. Go to Applications > Create Application
  2. Select the application type (n8n, OpenClaw, CoPaw, etc.)
  3. Choose a plan:
    • Micro (1 CPU, 2 GB RAM, 20 GB storage) — ~$3/month, good for testing
    • Mini (2 CPU, 4 GB RAM, 40 GB storage) — ~$5/month, good for small teams
    • Lite (4 CPU, 8 GB RAM, 80 GB storage) — ~$9/month, good for production
  4. Select your project
  5. Click Deploy (takes 1-3 minutes)
  6. Access your application via the generated link

Manage Your Application

Application cards show: name, type, status, plan, and web address.

Start, Stop, Restart

ActionWhat it does
StartBoots up the application
StopApplication becomes inaccessible (data saved, still billed)
RestartUse when app is slow or unresponsive

Upgrade or Downgrade

  1. Open application detail page
  2. Go to Settings or Plan tab
  3. Select a new plan — pricing changes on the next billing cycle

Delete

Open application → Settings → Delete. This is permanent — all data is lost.

Status Reference

StatusMeaning
DeployingSetting up (1-3 minutes)
RunningActive and accessible
StoppedPaused, data preserved
ErrorSomething went wrong — check logs

Custom Domains

Every application gets a default domain: your-app-name.opencloud.vn. You can also connect your own domain.

  1. Open your application
  2. Go to Domains section
  3. Enter your domain (e.g., mysite.com or app.mysite.com)
  4. Update DNS settings at your domain registrar:
    • CNAME record pointing to your OpenCloud address, or
    • A record pointing to the server IP
  5. SSL certificate is set up automatically
DNS changes can take up to 24 hours to propagate, but usually complete much faster.

You can connect multiple domains to one application. To remove a domain, go to Domains and click Remove.

Logs & Terminal

Logs

View your application's activity log: open application → Logs tab. Logs scroll in real-time with newest entries at the bottom.

Log PatternMeaning
startedApplication is running
errorSomething went wrong
connection refusedCan't connect to database
200Request succeeded
404Page not found
500Internal server error

Terminal

Access the command line: open application → Terminal tab.

The terminal gives direct access to your application's server. Use with care — incorrect commands can break your application.

Common uses: check disk usage, inspect configuration files, run diagnostics, restart internal services.

Copyright © 2026