How do we manage your server
A properly configured host is the key to running your apps quickly and securely.
When you add your server to DollarDeploy, we will install additional software to it, configure reverse proxy and Let's encrypt with certbot.
Operating System Requirements
We are not installing DollarDeploy to your server, except an optional DDAgent to monitor and report server and health back to the dashboard, which takes just a fraction of resources.
- Ubuntu (20.4, 22.4) and Debian (11, 12) only
- 1GB RAM
- 10GB disk space
Installed Software
Core Dependencies
- sudo - System administration tool
- nginx - Web server and reverse proxy
- logrotate - Log file rotation utility
- tzdata - Timezone data
- curl - Command line tool for transferring data
- git - Version control system
- ca-certificates - SSL/TLS certificates
- unzip - Archive extraction utility
- jq - JSON processor
- Certbot (SSL Certificate Management)
Installed as services
- Docker CE from the official Docker repository
- Postgres (official package from OS repository)
- Ubuntu 22.04 - Postgres 14
- Redis (official package from OS repository)
- DollarDeploy Agent