Quick Start Guide
Deploy your first app in 5 minutes.
Step 1: Create your account
- Go to deployalo.com
- Click Sign Up
- Enter your email and password
Step 2: Choose an app
- Go to the Marketplace
- Browse the available apps
- Click on the app you want to install
Step 3: Configure your deployment
Subdomain
The subdomain is the URL where your application will live. For example: myblog.deployalo.com
How to choose a good subdomain?
- Use something memorable and easy to type
- Only letters, numbers, and hyphens (-)
- If you leave it empty, we'll generate one automatically (e.g.,
happy-cloud-123)
You can connect your own domain later (e.g., myblog.com) from the deployment settings.
Configuration
Each application has specific configuration variables. The most common are:
| Variable | Description | Example |
|---|---|---|
| Username | Your username to access the app | admin |
| Password | Your access password | MyS3cur3P@ss |
| For notifications and recovery | [email protected] |
Save these credentials in a safe place. You'll need them to access your app.
Secure passwords: We generate passwords automatically but you can change them. A good password has:
- At least 12 characters
- Uppercase, lowercase, numbers, and symbols
- Don't use common words or personal data
Advanced Configuration
This section contains technical variables that you don't need to modify unless you know what you're doing:
- Encryption keys: Automatically generated and unique to your instance
- Database passwords: Securely generated
- Network configurations: Optimized for your app
Modifying these variables without understanding their function can cause your application to malfunction.
Custom Variables
If you need to add additional environment variables not in the basic configuration:
- Expand the "Custom Variables" section
- Click "Add variable"
- Enter the variable name (in UPPERCASE_WITH_UNDERSCORES)
- Enter the value
Common examples:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
API_KEY=your_api_key
Each application has its own available variables. Check the app's official documentation to learn all the options.
Server Plan
Choose the server size according to your needs:
| Plan | CPU | RAM | Storage | Ideal for |
|---|---|---|---|---|
| Basic | 1 vCPU | 1 GB | 25 GB | Personal projects |
| Advanced | 1 vCPU | 2 GB | 50 GB | Small businesses |
| Pro | 2 vCPU | 4 GB | 80 GB | Teams and high traffic |
- Basic: Perfect for testing or personal use with few users
- Advanced: Recommended for small businesses or daily use
- Pro: If you expect many users or process a lot of data
Step 4: Deploy
- Review your configuration
- Click Deploy
- Wait ~5 minutes while your server is configured
Step 5: Access your app
Once the deployment is complete:
- Click Open App
- Enter your credentials
- Done! You can now use your app
Navigating the Dashboard
Your Deployments
In the dashboard you'll see all your applications with:
- Status badge: Green (Running), Yellow (Pending), Red (Error)
- Plan badge: Your current plan (Basic, Advanced, Pro)
- URL: Direct link to your application
Deployment Detail
When you click on a deployment, you'll see two tabs:
General Tab (for everyone):
- App health status
- Videos and tutorials
- AI support chat
- Backups
Technical Tab (for developers):
- Detailed metrics (CPU, RAM, Disk)
- SSH terminal
- File manager
- Docker logs
If you're not technical, the General Tab has everything you need for day-to-day use.