Skip to main content

General questions

Planetary Orbit is a modern, open-source staff management platform for Roblox groups. It helps you manage members, track activity, automate workflows, and collaborate with your team—all in one place.
Yes! Planetary Cloud hosting is free. You can also self-host or deploy to Vercel at no cost.
No. The web interface handles most tasks. However, the API and SDKs let you build custom integrations if needed.
Yes. Orbit is a maintained fork of Tovy with bug fixes and new features. Contact us in Discord for migration help.

Setup & deployment

  • Planetary Cloud: Best for most users—instant setup, auto-updates, no maintenance.
  • Vercel: Good for developers who want Git-based workflows and preview deployments.
  • Self-host: Full control; requires DevOps knowledge.
Planetary Cloud: ~2 minutes. Vercel: ~5 minutes. Self-hosted: 30–60 minutes depending on your infrastructure.
Yes. You can start on Planetary Cloud and migrate to Vercel or self-host later without losing data.
Ubuntu/Linux server, Node.js v20+, PostgreSQL, domain with SSL, and basic terminal knowledge.

API & integrations

100 requests per minute per API key. Use exponential backoff if you hit the limit.
Go to Workspace → Settings → Public API and click Create key. Store it securely in a secrets manager.
Not directly—browsers can’t send Authorization headers to external APIs due to CORS. Use a backend or serverless function instead.
Yes. We provide official SDKs for JavaScript/TypeScript and Python. See SDKs & Libraries.

Troubleshooting

Check that your API key is correct and the Authorization header is spelled correctly. Rotate the key if it was leaked.
Ensure HTTPS is enabled in Roblox Studio, the script is enabled, and your config values are correct. See Activity Tracking for details.
Verify your username and password are correct. If you forgot your password, use the “Forgot password” link on the login page.
  • Planetary Cloud: Use the live chat in the dashboard.
  • Self-hosted: Join Discord and post in the support channel.

Security & compliance

Yes. Data is encrypted at rest and in transit using industry-standard TLS/SSL.
Planetary Cloud performs daily backups. Self-hosted users should set up their own backup strategy.
Yes. Use the API to export members, activity, and other data. Contact support for bulk exports.
See Privacy Policy for details on data handling and compliance.

Still have questions?

Join our Discord community or check the Common Errors & Fixes page for more troubleshooting tips.