Experiencing issues with your Breeze Hosting service? Here are solutions for common problems. If you don’t find your issue here, check the FAQ or contact support.Documentation Index
Fetch the complete documentation index at: https://docs.breezehost.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Server Won’t Start
Your server should start automatically, but sometimes it needs a manual restart.Quick Fixes
Check Service Status
Log in to dash.breezehost.xyz and go to your service
Still Not Starting?
Check Service Payment
Check Service Payment
Your service may be suspended if payment is overdue.
- Go to Invoices in your billing panel
- Look for any unpaid invoices
- Pay outstanding balances immediately
- Your service should restart within minutes
Check Resource Limits
Check Resource Limits
If your service exceeds resource limits, it may stop automatically.
- Go to your service dashboard
- Check CPU, RAM, and disk usage
- If at maximum capacity, upgrade your plan or optimize your code
- Restart after addressing the issue
Check System Status
Check System Status
There may be a temporary server issue.
- Visit uptime.breezehost.xyz
- Check for any active incidents
- If there’s a known issue, our team is working on it
- Wait for the status page to show “All Systems Operational”
Contact Support
Contact Support
If your server still won’t start:
- Open a ticket in our Discord server
- Or email support@breezehost.xyz
- Include your service name and error messages
- Our team will investigate within 24 hours
High Resource Usage
Your service may be running slowly or consuming too many resources.Diagnosing High Usage
Common Causes and Solutions
Memory Leak
Memory Leak
Your application may have a memory leak causing gradual resource increase.Solution:
- Review your code for memory leaks (especially in loops or event listeners)
- Optimize variables and clean up objects after use
- Restart your service to free up memory temporarily
- Monitor memory usage after restart
Too Many Background Processes
Too Many Background Processes
You may have multiple services or bots running on the same server.Solution:
- Check what processes are running
- Identify unnecessary services and stop them
- Consider running services on separate plans if both are needed
- Optimize your startup scripts to only run essential processes
Inefficient Database Queries
Inefficient Database Queries
Database queries or operations may be consuming excessive resources.Solution:
- Review database query logs if available
- Optimize queries to reduce load
- Consider upgrading to a higher plan with more resources
- Use database indexing and caching strategies
Bot Activity
Bot Activity
If you’re hosting a Discord bot, it may generate high resource usage during peak hours.Solution:
- Optimize your bot’s event listeners and message handlers
- Reduce polling frequency if checking status periodically
- Use Discord sharding if handling multiple guilds
- Consider upgrading to a higher plan
Upgrade Your Plan
If your service consistently hits resource limits:- Go to your service in the billing panel
- Click “Upgrade” and choose a higher tier
- Your resources will increase immediately
- You’ll only pay the prorated difference for the current month
See Plan Limits for detailed specifications of each plan.
File Upload Failures
Problems uploading files to your server?Check File Size
Check File Permissions
Check Network Connection
Other Solutions
Clear Browser Cache
Clear Browser Cache
Cached files may interfere with uploads.
- Clear your browser’s cache and cookies
- Close and reopen your browser
- Log back into the billing panel
- Try uploading again
Try Different Browser
Try Different Browser
Browser issues may prevent uploads.
- Try uploading from a different browser
- Try on a different device
- This helps identify if it’s a browser or account issue
Check Storage Space
Check Storage Space
You may be out of disk space.
- Go to your service dashboard
- Check “Disk Usage” or “Storage”
- If full, delete unnecessary files
- Or upgrade to a plan with more storage
Connection Timeouts
Your application can’t connect to external services or databases.Connection Timeout Causes
Connection timeouts usually mean:- Network connectivity issue
- Firewall blocking the connection
- The external service is down or unreachable
- Incorrect connection settings (wrong host, port, or credentials)
Troubleshooting Steps
Database Connection Timeouts
If you’re experiencing MongoDB or other database connection issues, see MongoDB Connection Issues.Still Timing Out?
Contact Support
Email support@breezehost.xyz or open a Discord ticket
Panel Access Issues
Can’t log in or access your billing panel?Can’t Log In
2FA Issues
If you have two-factor authentication enabled:Page Won’t Load
Check Status Page
Visit uptime.breezehost.xyz to see if billing panel is down
Out of Memory Errors
Your service is running out of available memory.Understanding OOM Errors
“Out of memory” errors mean your application is trying to use more RAM than your plan provides.Quick Fixes
Long-Term Solutions
Optimize Memory Usage
Optimize Memory Usage
Review your code for memory leaks and inefficiencies.
- Check for variables that aren’t properly cleaned up
- Reduce cache sizes if applicable
- Close unused connections
- Optimize data structures
Reduce Load
Reduce Load
If your application legitimately needs that much memory:
- Run fewer services on the same plan
- Disable unnecessary features
- Reduce user/data load if possible
Upgrade Your Plan
Upgrade Your Plan
If optimization isn’t possible, upgrade to a higher tier.
- Go to your service in the billing panel
- Click “Upgrade”
- Choose a plan with more RAM
- Your service will immediately have more memory available
Still Need Help?
If your issue isn’t listed here or our solutions didn’t work:Check the FAQ
Browse frequently asked questions
Contact Discord Support
Open a ticket in our Discord server
Email Support
Email support@breezehost.xyz
Check Status Page
Visit uptime.breezehost.xyz
- Your service name
- When the issue started
- Exact error messages
- Steps you’ve already tried
- Any relevant logs or screenshots

