# Specs Uni Apps

Source: https://www.fortrabbit.com/old-platform/specs-uni
Created: 2026-03-15
Reviewed: 2026-05-29 20:54:17


::CallOut{alert}
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.4 |

For supported PHP versions, EOL dates, and upgrade paths, see [PHP version support on fortrabbit](/old-platform/php-version-support).

### 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:

- [PHP 8.4.x phpinfo()](https://phpinfo-84.frb.io/)
- [PHP 8.3.x phpinfo()](https://phpinfo-83.frb.io/)
- [PHP 8.2.x phpinfo()](https://phpinfo-82.frb.io/)
- [PHP 8.1.x phpinfo()](https://phpinfo-81.frb.io/)

## References

1. **PHP processes**: Defines concurrent connections capacity
2. **Page views per hour**: One page view equals one PHP script execution (recommended value, not absolute limit)
3. **PHP memory**: Equals PHP memory_limit setting
4. **MySQL storage**: Database capacity including indexes
5. **Cron jobs**: Number of configurable scheduled tasks
6. **SSH memory**: RAM available for PHP application execution
7. **Concurrent logins**: Parallel SSH and/or SFTP connections allowed
8. **Web storage**: Total file storage capacity on disk
9. **Temporary storage**: Available space for temporary files (`/tmp`)
10. **Deployment package**: Compressed archive size limit for deployed files
11. **Deployment memory**: Memory for Composer, scripts, and SSH execution
12. **Traffic**: All requests to PHP scripts, static files, and Object Storage
13. **Backup retention**: Days backups are stored and accessible
14. **Backup timing**: When snapshots are created and become available

## Additional resources

- [Troubleshooting limits](https://help.fortrabbit.com/limits)
- [Professional Stack specs](/old-platform/specs-pro)

_All specifications are subject to change. For the most current information, please refer to the dashboard or contact support._

---

- [PHP version support](/old-platform/php-version-support)
