Difference between revisions of "Using:servers"

From NeutronAdmin
Jump to: navigation, search
(Adding a server)
Line 1: Line 1:
 
== Adding a server ==
 
== Adding a server ==
Adding a server is pretty straight forward. All you do is enter the server name, IP and Port.
+
idk
 
+
'''Specifying a communication method'''
+
 
+
There are three communication methods:
+
* MySQL (MySQLoo 8.1 or tMySQL)
+
* Socket (Bromsock module)
+
* RCon
+
 
+
=== MySQL ===
+
MySQL requires no further setup, you need a MySQL connection to your server through lua regardless.
+
 
+
=== Socket ===
+
The port you should use for the socket communication method is: '''6789'''
+
 
+
=== RCon ===
+
I recommend using one of the other two rather than this. But if you must you can use this one. Only requires the RCon password
+
 
+
=== After adding the server ===
+
You will be supplied with a serverID which you need to set in your Garry's Mod servers Neutron config file
+

Revision as of 21:18, 13 February 2016

Adding a server

idk