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:- Resource Tier Tracking: On autoscaling instances, click “View Usage Chart” to see which resource tier your application has used hour by hour
- Status Checks: The management page and dashboard show whether your instance is online
- Application Logs: Click “View Logs” to inspect your application’s output, with a “Refresh Logs” button to pull the latest entries
- 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
Data Management
We recommend the following practices for managing your application data:- Use the application’s built-in backup features if available
- Regularly export important data from your application
- Store backups externally or download them for safekeeping
- Use version control systems for code and configurations
- Document your setup for easy recreation if needed
- 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
Deleting Instances
When you no longer need an instance:Navigate to Instance Management
Go to the instance management page for the application you want to delete
Application Management
Different applications offer different management interfaces within the application itself. You can access these through the application’s web interface:Content Management Systems
Content Management Systems
Most CMS platforms like WordPress provide admin dashboards for managing content, users, themes, and plugins.
Project Management Tools
Project Management Tools
Tools like Jira and Trello offer configuration options through their web interface for workflow customization.
E-commerce Platforms
E-commerce Platforms
Platforms like WooCommerce and Magento include store management, product catalog, and order processing interfaces.
Troubleshooting
If you encounter issues with your instance:- Check the application logs (“View Logs”) for error messages
- On autoscaling instances, check the usage chart to see whether your instance is hitting its resource limits
- Use “Rebuild / Update” to recreate the instance if it’s unresponsive (your persistent data is preserved)
- Check for recent changes or updates that might have caused the issue
- 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
