...
Instructions for hosting a Drafting Server from within the client can be found on the Hosting a Drafting Session page.
It is also possible to host a Drafting Server standalone from the command-line, by running the NautDrafter_Drafting project
./gradlew NautDrafter_Drafting:run
or installing
./gradlew NautDrafter_Drafting:install
and running from the commandline
./NautDrafter_Drafting/build/install/NautDrafter_Drafting/bin/NautDrafter_Drafting <args>
Command-line arguments
--name=String sets the name of the server
--description=String sets the description of the server
--pass=String sets the password of the server
--map=Integer sets the map (by id)
--port=Integer sets the port (defaults to an ephemeral port with UPnP)