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"```
@ -75,6 +77,16 @@ When the time comes whether through Discord or Forum registration we have the ba
@@ -75,6 +77,16 @@ 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
Once MagicBox is running the following will grant you shell access.
@ -97,6 +109,14 @@ Inside the Magicbox you will find the following devops utlities.
@@ -97,6 +109,14 @@ Inside the Magicbox you will find the following devops utlities.
| mbrestore.sh | restores database from sql file |
| sndmsg.sh | sends an in-game flash message |
The two bread and butter scripts in a MagicBox administrator's toolkit are mbbuild.sh and mbrestart.sh.
Automated backups can be managed by using mbdump.sh in a cron job.
The vigilant MagicBox administrator will always pay close attention to console_login and console_world. Anything in either log tagged as **ERROR** should be addressed. This applies doubly to bootstrap.
`grep "ERROR" console_server`
### Configuration
Upon bootstrap MagicBox will first look for a [magicbane.conf](http://repo.magicbane.com/MagicBane/Server/wiki/magicbane.conf) file within the mb.conf host directory we mounted in the run command. If it cannot be found the game will instead use a default copy inside mb.data/ to boot with. This configuration boots using an internal MySQL server with a fresh database.