Skip to main content

Instance Management

Once you’ve deployed an application on RepoCloud, you’ll need to monitor, maintain, and manage it effectively. This guide covers all the essential management tasks available through the RepoCloud dashboard.
The RepoCloud dashboard provides a comprehensive interface for managing all aspects of your deployed applications.

Dashboard Overview

Your dashboard lists all of your projects under the Projects tab, alongside Settings (profile and two-factor authentication), Referrals (affiliate program), and Billing (credit balance, auto recharge, and usage history). Clicking “Manage” on any project opens its management page, which provides these tools:

Status & Usage

See the instance status (e.g., “Online”) and, on autoscaling instances, view the usage chart showing which resource tier your app has used over time

Environment Variables

Edit your application’s environment variables with the “Edit Env Vars” button

Updates

Update to the latest version with “Rebuild / Update”, or pin a specific version with “Edit Docker Image”

Custom Domains

Connect your own domain with the “Add Custom Domain” button

Logs

View application logs for troubleshooting with the “View Logs” button

Lifecycle Controls

Rename your project, pause the server, or delete it entirely

Common Management Tasks

Monitoring Your Instance

RepoCloud provides several monitoring capabilities:
  1. Resource Tier Tracking: On autoscaling instances, click “View Usage Chart” to see which resource tier your application has used hour by hour
  2. Status Checks: The management page and dashboard show whether your instance is online
  3. Application Logs: Click “View Logs” to inspect your application’s output, with a “Refresh Logs” button to pull the latest entries
  4. Platform Status: Check status.repocloud.io for the health of all RepoCloud server clusters
Resource tier tracking is particularly useful when using autoscaling, as it helps you understand how resources are being allocated and billed on an hourly basis.

Pausing and Deleting Instances

You can control the state of your instance from the dashboard:
  • Pause Server: Temporarily halt all operations (billing continues at 25% of the normal rate)
  • Resume: Resume a paused instance to full functionality
  • Rebuild / Update: Recreate the service from scratch by pulling the latest image and discarding cached data, while preserving your persistent data
Pausing an instance reduces billing to 25% of the normal rate, as some resources remain allocated. To stop billing completely, you would need to delete the instance.

Data Management

We recommend the following practices for managing your application data:
  1. Use the application’s built-in backup features if available
  2. Regularly export important data from your application
  3. Store backups externally or download them for safekeeping
  4. Use version control systems for code and configurations
  5. Document your setup for easy recreation if needed
For example:
  • n8n: Export your workflows as JSON files from the n8n editor
  • WordPress: Use a migration or backup plugin to download your entire site, or migrate it to another instance
RepoCloud does not offer instance-level backups. Backups are only available through the application’s own built-in features, so you are responsible for exporting and safeguarding your own data.

Deleting Instances

When you no longer need an instance:
1

Backup Important Data

Ensure you’ve backed up any important data from the application
2

Navigate to Instance Management

Go to the instance management page for the application you want to delete
3

Delete Instance

Click the “Delete Server” button and confirm the deletion. If you’re deleting because of a problem with the application, you can optionally report the error details in the confirmation dialog to help us improve the template.
Instance deletion is permanent and cannot be undone. All data associated with the instance will be permanently deleted.

Application Management

Different applications offer different management interfaces within the application itself. You can access these through the application’s web interface:
Most CMS platforms like WordPress provide admin dashboards for managing content, users, themes, and plugins.
Tools like Jira and Trello offer configuration options through their web interface for workflow customization.
Platforms like WooCommerce and Magento include store management, product catalog, and order processing interfaces.

Troubleshooting

If you encounter issues with your instance:
  1. Check the application logs (“View Logs”) for error messages
  2. On autoscaling instances, check the usage chart to see whether your instance is hitting its resource limits
  3. Use “Rebuild / Update” to recreate the instance if it’s unresponsive (your persistent data is preserved)
  4. Check for recent changes or updates that might have caused the issue
  5. Consult the troubleshooting guide for common solutions

Next Steps

Custom Domains

Learn how to set up custom domains for your applications

Scaling Resources

Discover how to scale your application resources

Application Updates

Keep your applications secure and up-to-date

Environment Variables

Configure your applications with environment variables