diff --git a/MagicBox-%3A-Magicbane-in-a-Box.md b/MagicBox-%3A-Magicbane-in-a-Box.md index 00ff17d..e18a14a 100644 --- a/MagicBox-%3A-Magicbane-in-a-Box.md +++ b/MagicBox-%3A-Magicbane-in-a-Box.md @@ -68,6 +68,16 @@ docker run --name magicbox -p 5000:5000 -p 6000:6000 -p 8000:8000 -v /home/mbbox ### Logging into a fresh MagicBox +> Always use a freshly patched client. Client can be obtained from [www.magicbane.com](http://www.magicbane.com) + +In the client folder edit the Config/ArcaneIP file to reflect the public ip of your MagicBox host machine. + +```console +SERVER NAME: MAGICBANE +SERVER= HOST.PUBLIC.IP.HERE +PORT= 6000 +``` + When a MagicBox administrator first spins up his server it is assumed they might not have web registration sorted on day one. With this in mind the server is configured to auto register accounts on login. ```MB_LOGIN_AUTOREG="TRUE"``` @@ -77,15 +87,6 @@ When the time comes whether through Discord or Forum registration we have the ba ```CALL singleAccountCreate(?,?);``` ```CALL discordAccountCreate(?,?,?);``` -> Always use a freshly patched client. Client can be obtained from [www.magicbane.com](http://www.magicbane.com) - -In the client edit the Config/ArcaneIP file to reflect your public ip. - -```console -SERVER NAME: MAGICBANE -SERVER= YOUR.PUBLIC.IP.HERE -PORT= 6000 -``` ### Managing your MagicBox