Difference between revisions of "Using:servers"
From NeutronAdmin
(→Adding a server) (Tag: VisualEditor) |
m (Reverted edits by 82.145.220.53 (talk) to last revision by 70.173.108.94) |
||
(2 intermediate revisions by 2 users not shown) | |||
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. | |
+ | |||
+ | '''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 |
Latest revision as of 16:24, 26 October 2016
Adding a server
Adding a server is pretty straight forward. All you do is enter the server name, IP and Port.
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