Update the AquaDX code and build it every day. github:https://github.com/hykilpikonna/AquaDX
8.1K
Multipurpose game server for ALL.Net games. Auto-update daily from GitHub.
services:
app:
image: zxcas568/aquadx:latest
ports:
- "80:80"
- "8443:8443"
- "22345:22345"
restart: on-failure:3
environment:
- SPRING_DATASOURCE_URL=jdbc:mariadb://db:3306/main
- SPRING_DATASOURCE_USERNAME=cat
- SPRING_DATASOURCE_PASSWORD=meow
- SPRING_DATASOURCE_DRIVER_CLASS_NAME=org.mariadb.jdbc.Driver
depends_on:
- db
volumes:
- ./config:/app/config
- ./data:/app/data
db:
image: mariadb:latest
environment:
MYSQL_ROOT_PASSWORD: meow
MYSQL_DATABASE: main
MYSQL_USER: cat
MYSQL_PASSWORD: meow
ports:
- "${AQUADX_DB_PORT:-127.0.0.1:3369}:3306"
volumes:
- "${AQUADX_DB_DATA:-mariadb_data}:/var/lib/mysql"
volumes:
mariadb_data:
| Variable | Default Value | Description |
|---|---|---|
| AQUADX_DB_PORT | 127.0.0.1:3369 | MariaDB port mapping |
| AQUADX_DB_DATA | mariadb_data | Database volume name |
AquaDX
Multipurpose game server for ALL.Net games.
Related Projects
Supported Games
Warning
CHUNITHM pre-NEW!! and maimai pre-DX are no longer supported after February 6th, 2026 and all associated data will be removed.
| Game | Latest Ver. | Initial Ver. | Notes | Web UI | Data Import |
|---|---|---|---|---|---|
| SDHD: CHUNITHM | 2.45 (X-VERSE-X) | 2.00 (NEW) | ✅ | ❗ | |
| SDEZ: maimai DX | 1.65 (CiRCLE PLUS) | 1.00 (DX) | Missing circle (teams) support | ✅ | ✅ |
| SDGA: maimai DX (Intl) | 1.60 (CiRCLE) | 1.00 (DX) | Thanks @Clansty | ✅ | ✅ |
| SDED: Card Maker | 1.39 | N/A | Thanks @Becods | ❌ | ❌ |
| SDDT: O.N.G.E.K.I. | 1.50 (Re:Fresh) | N/A | Thanks @PenguinCaptain | ✅ | ❌ |
| SBZV: Project DIVA | 7.10 | N/A | Minimal support | ❌ | ❌ |
| SDFE: Wacca | 3.07 (Reverse) | N/A | Later versions are EOS patches, network will not work | ✅ | ❌ |
Check out these docs for more information.
Usage
Public Instance
If you encounter any issue, please report via Discord, QQ, (both available on the website) or the GitHub issue tracker.
Tip
Your card's access code can be identified in all supported games on their title screen.
Press the "access code" and scan your card to retrieve it.
Self Hosting (Advanced)
Please read the self-hosting guide if you want to host your own server. This is only for advanced users and developers. Do not ask for support if you are not familiar with programming or networking.
License
AquaDX uses the CC By-NC-SA license:
Attributions
Content type
Image
Digest
sha256:9f1e0df1a…
Size
156 MB
Last updated
about 8 hours ago
docker pull zxcas568/aquadx