Managing Apps
Monitor, update, and manage your deployed applications. View logs, restart services, update environment variables, and more.
View your apps
Click any server card to see all apps running on it
Monitor with logs
Access real-time container logs for debugging and monitoring
Take action
Start, stop, restart, or delete apps with one click
Configure on the fly
Update environment variables and custom domains without redeploying
Your Apps
Each server shows its deployed apps. Click a server card on your dashboard to see all apps running on it. The app list gives you a quick snapshot of everything deployed to that server.
What Each App Shows
| Field | Description |
|---|---|
| Name | The name of the deployed app or service |
| Status | Current state — Running (healthy and serving traffic) or Stopped (container is not active) |
| Subdomain URL | The .dublyo.co URL where your app is accessible |
| Resource Usage | CPU and memory consumption of the app's container |
Click any app in the list to open its management page, where you can view logs, change settings, manage domains, and perform actions like restart or delete.
Viewing Logs
Access real-time logs for any app directly from the app management page. Logs are essential for debugging issues, monitoring app behavior, and verifying that deployments are working correctly.
What Logs Show
Logs display both stdout and stderr output from your container. This includes application output, error messages, request logs, and anything your app prints to the console.
Navigate to your app
Click a server card, then select the app you want to inspect
Open the logs panel
Logs are displayed in real time — new entries appear as they are emitted
Debug and monitor
Use logs to trace errors, verify startup sequences, and monitor request traffic
App Actions
From the app management page, you can perform several actions to control your deployed app. All changes take effect immediately.
Available Actions
| Action | Description |
|---|---|
| Start | Start a stopped app — the container boots up and begins serving traffic |
| Stop | Stop a running app — the container is shut down gracefully |
| Restart | Restart the app — useful for picking up configuration changes or recovering from transient issues |
| Delete | Permanently remove the app — deletes the container and all associated data |
Environment Variable Updates
When you update environment variables for an app, the changes take effect immediately — the app restarts automatically to pick up the new configuration. No manual restart is needed.
Environment Variables
View and edit environment variables for any app from its management page. Environment variables are used to configure your app — database URLs, API keys, feature flags, and more.
Managing Variables
View existing variables
All current environment variables are listed on the app management page
Add new variables
Click "Add Variable" to define a new key-value pair for your app
Modify existing ones
Click any variable to edit its value — changes are saved when you confirm
Remove variables
Delete any variable you no longer need — the app will restart without it
Your app automatically restarts when environment variables are updated, so changes take effect immediately without any manual intervention.
Custom Domains
Every app deployed on Dublyo gets a default .dublyo.co subdomain with automatic HTTPS. This URL is live immediately after deployment and can be used for testing or production.
Default Subdomain
Your app's default URL follows this format:
https://your-app-name-abc123.dublyo.coThis subdomain is assigned automatically and includes SSL encryption via Let's Encrypt at no additional cost.
Adding a Custom Domain
You can add your own domain to any app for a professional, branded URL. Dublyo handles SSL certificate provisioning automatically when you point your domain's DNS.
Updating Apps
How you update an app depends on how it was deployed. Dublyo supports two deployment methods, each with its own update workflow.
Template Apps
For apps deployed from templates, Dublyo manages updates through the template system. When a new version of a template is available, you can update your app from the management page.
GitHub Apps
For apps deployed from a GitHub repository, updates happen automatically when you push to your configured branch. Dublyo detects the new commit and triggers a rebuild and redeploy.
Push to your branch
Commit and push changes to the branch connected to your Dublyo deployment
Automatic rebuild
Dublyo detects the new commit, rebuilds the container, and deploys the updated version
Verify the update
Check your app's URL and logs to confirm the new version is running correctly
Manual Redeploy
If you need to redeploy without pushing new code — for example, after changing environment variables or to recover from a failed deployment — you can trigger a manual redeploy from the app management page.
Need Help?
Have questions about managing your apps? We're here to help.