Difference between revisions of "Using:servers"

From NeutronAdmin
Jump to: navigation, search
(Перевод на русский язык(сделал odinochka))
m (Reverted edits by 82.145.220.53 (talk) to last revision by 70.173.108.94)
 
Line 1: Line 1:
== Добавление сервера ==
+
== Adding a server ==
Добавление сервера довольно просто. Все, что вам сделать, это ввести имя сервера, IP-адрес и порт.
+
Adding a server is pretty straight forward. All you do is enter the server name, IP and Port.
  
 
'''Specifying a communication method'''
 
'''Specifying a communication method'''
  
Есть три метода коммуникации:
+
There are three communication methods:
* MySQL (MySQLoo 8.1 или tMySQL)
+
* MySQL (MySQLoo 8.1 or tMySQL)
 
* Socket (Bromsock module)
 
* Socket (Bromsock module)
* RCon(Мало функций,по сути безполезен)
+
* RCon
  
 
=== MySQL ===
 
=== MySQL ===
MySQL не требует дополнительной установки необходимо подключение MySQL к серверу через Lua.
+
MySQL requires no further setup, you need a MySQL connection to your server through lua regardless.  
  
 
=== Socket ===
 
=== Socket ===
Порт следует использовать для метода сокета связи,пример: '' '6789' ''
+
The port you should use for the socket communication method is: '''6789'''
  
 
=== RCon ===
 
=== RCon ===
Я рекомендую использовать один из двух других, а не это. Но если вы должны,вы можете использовать этот.Требует только пароль 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 ===
 
=== 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(
+
You will be supplied with a serverID which you need to set in your Garry's Mod servers Neutron config file
Вам будет поставляться с идентификатор_сервера, которые вам нужно установить в вашем Mod серверы Neutron конфигурационный файл для Garry)
+

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