❓ FAQ
Frequently asked questions about Monitron SaaS.
💾 Installation
Q: What PHP version do I need?
A: PHP 8.4 or higher. PHP 8.4 is required.
Q: Can I use shared hosting?
A: Monitron requires cron access and ideally queue workers (Supervisor), which most shared hosts don't provide. A VPS ($5/month from DigitalOcean, Vultr, or Hetzner) is strongly recommended.
Q: Can I use SQLite in production?
A: We don't recommend it for more than 10 monitors. SQLite doesn't handle concurrent writes well, which can cause issues with high-frequency checks. Use MySQL or PostgreSQL for production.
Q: Do I need Redis?
A: No, but it helps. Monitron works with the database queue driver and file cache driver. Redis improves performance, especially for caching and queue processing.