Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[Aion 4.9][Docker] Aion Lightning 4.9 Automated Build with Docker

Newbie Spellweaver
Joined
Apr 11, 2024
Messages
19
Reaction score
11
Hello, guys, I've managed to run Aion Lightning 4.9 using docker with few commands. Don't know if anyone is interested but decided to share as it's beginner friendly.

Here's the repo link with docs:

And a video guide:


Thanks and credits goes for Aion Lightning devs and maintainers, as I just made the Docker automation part.
 
Last edited:
hello sir. can you teach me how to make a private server for Aion, just want to play in my PC like an offline game
 
hello sir. can you teach me how to make a private server for Aion, just want to play in my PC like an offline game
You can follow the instructions in GitHub ( ) to get the server running (or follow the video () , if you'd rather)

The 4.9 client can be found in this link:


GLHF
 
Last edited:
thank you sir.

thank you for the help sir


links are not available sir. any alternative links to download this?
For 2.7 you can check this (not mine) project
I can't speak for their work, you might have a bit of work reading what's done, but it's doable.
 
the structure and information of your project and next time I find it interesting if you happen to know about it you could help



For 2.7 you can check this (not mine) project
I can't speak for their work, you might have a bit of work reading what's done, but it's doable.
can you help
 
Last edited:
Hey margriff thanks so much for share it with docker!

Im getting some error at start docker (docker-compose build):

ERROR: The Compose file './docker-compose.yml' is invalid because:
'name' does not match any of the regexes: '^x-'

You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see
services.phpmyadmin.depends_on contains unsupported option: 'restart'
services.aion49-server.depends_on contains unsupported option: 'restart'

I used version: '3.3' and tryed to writte "always" on restart in docker-compose.yaml but not work too. know what can do for fix it?

Ty again!
 
Back