DCMS

Features

More

All features Pricing Install Contact Customer Portal Install free

Web Editor

VS Code, already on your server

Every instance gets its own dedicated code-server environment. One click in the panel opens the complete editor: file tree, tabs, search, extensions and an integrated terminal, all working on the instance's real files.

The full VS Code experience Token-protected launch Terminal at the project root

One click from the panel

From instance page to open IDE in seconds

Each instance runs its own dedicated code-server sidecar. Click Open Web Editor on the instance page and the full editor appears in a new tab, pointed at that instance's workspace.

  • Token-protected launchthe editor only opens with a valid token from your panel session.
  • The complete editorfile tree, tabs, search and an extensions surface, not a stripped-down text box.
  • Real workspaceevery save is an edit to the actual instance files, so what you change is what runs.
  • Any deviceworks from anything with a browser, including a tablet or a borrowed machine.

Terminal included

A real terminal, with your AI tools already in it

The integrated terminal opens at the instance's project root, inside the container. It is the same environment your app runs in, so commands behave exactly as they do in production.

  • Project root, container contextno cd-ing around a foreign filesystem to find your code.
  • Instance Toolsthe same connected Codex CLI and Claude CLI from the AI Editor are available here, opt-in per instance.
  • Git-friendlycommit from the terminal, or switch to the File Manager git panel for a visual diff and commit.

RAM friendly

Sleeps when you leave, wakes when you click

A full IDE should not tax the server while nobody is typing. After 60 minutes of inactivity the editor session shuts down automatically and hands its RAM back to your apps.

  • Automatic sleepidle sessions stop after 60 minutes, no cleanup on your part.
  • One click backreopening from the panel brings the editor straight back.
  • Nothing on your machineno local Node, no SSH keys to copy around, no editor to keep in sync across devices.
60 minidle sessions sleep automatically and hand the RAM back to your apps
1 clickfrom the instance page in the panel to a full VS Code window
0 setupnothing to install on your laptop, tablet or a borrowed machine

Your next dev machine is your server

Install DCMS free, click Open Web Editor and ship a fix from any browser today.

$ curl -fsSL https://dcms.fra1.cdn.digitaloceanspaces.com/dcms/install.sh | bash