Xactyl
Xactyl is currently in alpha. Bugs are expected and contributions are welcome.
Supported Operating Systems
| Operating System | Version | Supported | Notes |
|---|---|---|---|
| Ubuntu | 22.04 | ✅ | Requires additional repositories for PHP |
| 24.04 | ✅ | MariaDB can be installed without extra repos | |
| RHEL / Rocky Linux / AlmaLinux | 8 | ✅ | Extra repositories required |
| 9 | ✅ | — | |
| Debian | 11 | ✅ | Debian Dependencies |
| 12 | ✅ | Debian Dependencies | |
| 13 | ✅ | Debian Dependencies |
Requirements
Before installing Xactyl, make sure your server has:
- PHP 8.3 with extensions:
cli,openssl,gd,mysql,PDO,mbstring,tokenizer,bcmath,xml/dom,curl,zip,fpm(for NGINX) - MySQL 5.7.22+ or MariaDB 10.2+
- Redis (
redis-server) - A web server (Apache, NGINX, Caddy, etc.)
curl,tar,unzip,git,composer v2