1、rcon_password <密码> 此命令将我们连接到服务器上的RCON。毫无疑问,任何使用RCON 的人都必须使用此命令才能开始为我们的csgo服务器使用此列表中的任何其他命令。 2、rcon status 此命令将检查我们与RCON的连接。它将显示服务器的 IP、名称、操作系统和类型,以及有关csgo服务器上玩家的一些常规信息。 3、rcon ...
rcon_password [Password] 指令属性 属性名称属性介绍 norecord这个指令在录制demo时不会被记录。 取值说明 默认值0 指令参数 参数名称说明 Password在您的服务器上,rcon 的密码。 取值说明 默认值0 指令示例 示例说明 rcon_password hunter2这条命令将尝试使用密码 "hunter2" 对你的服务器进行 rcon 认证。
Important:By default, RCON will be automatically enabled with a randomized password. To disable RCON, find the RCON password setting and set the value to empty to disable RCON on startup. Finding your RCON Password You can locate your RCON Password through your CSGO server settings using your ...
Golang package for CS:GO RCON Protocol client. Also support other games using the protocol (Source Engine games, Minecraft, etc.) - forewing/csgo-rcon
authenticate('rcon_password') .then(() => { console.log('authenticated'); return server.execute('status'); }) .then(console.log) .catch(console.error); Readme Keywords rcon client rcon protocol csgo source minecraft typescript zero-dependency promise async...
1、rcon_password <密码> 此命令将我们连接到服务器上的RCON。毫无疑问,任何使用RCON 的人都必须使用此命令才能开始为我们的csgo服务器使用此列表中的任何其他命令。 2、rcon status 此命令将检查我们与RCON的连接。它将显示服务器的 IP、名称、操作系统和类型,以及有关csgo服务器上玩家的一些常规信息。
import "github.com/forewing/csgo-rcon" Create a client with rcon.New(address, password string, timeout time.Duration), assuming your server rcon are hosted at 10.114.51.41:27015, with password password, and you want the connection timeout to be 2 seconds. c := rcon.New("10.114.51.41:270...