Detailed technical specifications for legacy fortrabbit hosting plans Uni Stack, including resource limits, software versions, and system capabilities.
This is for the old platform. It's kept here for reference.
# App plans
| Specification | Light (trial) | Standard | Plus |
|---|
| PHP processes | 2 | 4 | 8 |
| PHP memory | 128 MB | 256 MB | 512 MB |
| Page views/hour | 1k | 2k | 4k |
| Web storage | 1 GB | 5 GB | 10 GB |
| MySQL storage | 256 MB | 512 MB | 1 GB |
| Cron jobs | 10 | 15 | 25 |
| Traffic | No | Yes | Yes |
| Backups | No | Yes | Yes |
| Monthly price | €5 | €15 | €30 |
| Daily price | €0.17 | €0.50 | €1 |
Prices are per App. Multiple Apps can be created per account.
# Technical specifications
# Deployment
| Setting | Value |
|---|
| PHP memory limit in deployment | 512 MB |
| Max time for git push | 20 min |
| Max time for git pull | 10 min |
| Max time running Composer | 10 min |
| Max time running pre script | 10 min |
| Max time running post script | 10 min |
| Max deployment release package size | 200 MB |
# Traffic & temporary storage
| Setting | Value |
|---|
| Included traffic per month per App | 50 GB |
| Each additional 5 GB traffic | €1 |
| Temporary storage per App | 2 GB |
# Backups
| Setting | Value |
|---|
| Retention period | 14 days |
| EU MySQL backups start | 02:00 UTC |
| EU MySQL backups finished by | 10:00 UTC |
| EU code backups start | 03:30 UTC |
| EU code backups finished by | 17:30 UTC |
| US MySQL backups start | 07:00 UTC |
| US MySQL backups finished by | 15:00 UTC |
| US code backups start | 07:00 UTC |
| US code backups finished by | 23:00 UTC |
# Software versions
| Software | Version |
|---|
| Apache | 2.4 |
| PHP | 8.3, 8.2, 8.1 |
| MySQL | 8.0 |
# SSH & SFTP
| Setting | Value |
|---|
| Available memory | Same as PHP memory |
| Max concurrent logins | 5 |
# Cron jobs
| Setting | Value |
|---|
| Interval options | hourly, daily, weekly, monthly |
# Firewall allowlisted ports
| Service | Port |
|---|
| SSH | 22 |
| SMTP | 25 |
| DNS | 53 |
| HTTP | 80 |
| POP3/APOP | 110 |
| HTTPS (SSL) | 443 |
| SMTP (Authenticated) | 465 |
| SMTP (Authenticated) | 587 |
| IMAP SSL | 993 |
| POP SSL | 995 |
| Apple Push Notifications | 2195 |
| Apple Push Notifications | 2196 |
| MySQL | 3306 |
| PostgreSQL | 5432 |
| HTTP (Alternative) | 8080 |
| Elasticsearch | 9200 |
| Git | 9418 |
# PHP extensions
For detailed PHP configuration and available extensions:
# References
- PHP processes: Defines concurrent connections capacity
- Page views per hour: One page view equals one PHP script execution (recommended value, not absolute limit)
- PHP memory: Equals PHP memory_limit setting
- MySQL storage: Database capacity including indexes
- Cron jobs: Number of configurable scheduled tasks
- SSH memory: RAM available for PHP application execution
- Concurrent logins: Parallel SSH and/or SFTP connections allowed
- Web storage: Total file storage capacity on disk
- Temporary storage: Available space for temporary files (
/tmp) - Deployment package: Compressed archive size limit for deployed files
- Deployment memory: Memory for Composer, scripts, and SSH execution
- Traffic: All requests to PHP scripts, static files, and Object Storage
- Backup retention: Days backups are stored and accessible
- Backup timing: When snapshots are created and become available
# Additional resources
All specifications are subject to change. For the most current information, please refer to the dashboard or contact support.