Server Status Issues
My server is suspended — how do I reactivate it?
My server is suspended — how do I reactivate it?
My server was deleted — can I recover my files?
My server was deleted — can I recover my files?
My server is stuck on 'Installing' or 'Starting'
My server is stuck on 'Installing' or 'Starting'
Startup & Runtime Issues
My server crashes immediately after starting
My server crashes immediately after starting
- Wrong startup command — filename typo or wrong path. Compare the filename in the Startup tab to what appears in the Files tab.
- Missing entry point file — your code may not have been uploaded yet, or is in a subdirectory. See File Manager.
- Dependencies not installed — check that the install command is set correctly (e.g.,
npm installorpip install -r requirements.txt) in the Startup tab and restart. See Startup Settings. - Wrong Docker image — your code requires a newer runtime version. Check the image in the Startup tab.
My startup command doesn't work
My startup command doesn't work
- The startup command points to the correct filename (case-sensitive).
- The selected Docker image matches your application’s language version.
- You restarted the server after making changes.
I selected the wrong Docker image
I selected the wrong Docker image
Out-of-memory crash (OOM kill)
Out-of-memory crash (OOM kill)
Killed or exit code 137.- Free Tier: The limit is 512 MB. Optimise your application’s memory usage or upgrade to a paid plan.
- Paid plan: Optimise memory usage or upgrade to a higher-tier plan with more RAM. See App & Bot Hosting Plans.
My dependencies are not being installed
My dependencies are not being installed
- Node.js:
npm install - Python:
pip install -r requirements.txt
File Upload Issues
I can't upload a folder in the file manager
I can't upload a folder in the file manager
- Compress your folder into a
.zipor.tar.gz, upload the archive, then right-click and select Extract. - Use SFTP to upload the folder directly with no restrictions.
File upload fails or times out
File upload fails or times out
I can't connect via SFTP
I can't connect via SFTP
- Host and port — verify in the Settings tab of your server in the Portal.
- Username — use your Portal username exactly as shown.
- Password — use your Portal account password (not your Discord password or Billing Panel password).
- Server state — SFTP requires your server to be in a non-suspended state.
Networking Issues
My web application / API is not accessible from outside
My web application / API is not accessible from outside
My Discord bot works fine but my HTTP server doesn't
My Discord bot works fine but my HTTP server doesn't
Login & Account Issues
I can't log in to the Free Tier Dashboard
I can't log in to the Free Tier Dashboard
I forgot my Billing Panel password
I forgot my Billing Panel password
I forgot my Portal password
I forgot my Portal password
I'm confused about which panel to use
I'm confused about which panel to use
- Free Tier Dashboard (dash.daki.cc) — Free Tier account management, login with Discord.
- Billing Panel (billing.daki.cc) — purchasing plans and billing, own login with email/password.
- Portal (portal.daki.cc) — managing your actual servers, log in via SSO from the other two panels.
Common Suspension Reasons
| Reason | What happens |
|---|---|
| Free Tier runtime counter reached zero | Server suspended; deleted after 2-day grace period |
| Paid plan billing period expired without renewal | Server suspended; deleted after 7-day grace period |
| Multiple accounts created by one person | All accounts may be suspended |
| Terms of Service violation / abuse | Account may be permanently suspended |
Still Stuck?
- Check the status page first: status.daki.cc — your issue may be due to an ongoing incident.
- Free Tier users: Open a ticket through the Discord server.
- Paid users: Open a ticket in the Billing Panel or on Discord.