Skip to content
jor3l edited this page Feb 27, 2011 · 4 revisions

Next to the source code, you have a server executable ready for use, which has been tested on Ubuntu Server and Windows 7, to compile your server distribution see Compiling.

Starting the server in Linux (Ubuntu)

Make sure you have the Mono libraries installed on your system. If you are using Ubuntu with GUI, is very likely that your system already have it installed.

Open a terminal and change to the folder where the executable deviMobile.exe.

cd ./path/to/server/

Type the following command, replace the parameters as needed:

sudo mono ./deviMobile.exe --port=7000

Wait for the server starts.

You may need to open the port, if you use UFW, you should use the following command:

sudo ufw allow 7000

To close the service, go to the following URL, will soon implement a security code to prevent other users from closing the service.

http://serverurl:port/core/exit

All active sessions will close (disconnect all users) and the server will be terminated.

Clone this wiki locally