hi, i have a rank web, there is some plugin that on some event execute a command line on my cmd server?
Executing a command from website?
Discussion in 'Rust Discussion' started by Pachi, Jan 21, 2018.
-
Wulf Community Admin
That would be RCON, and there are PHP scripts out there for that.
-
-
Wulf Community Admin
-
{
"name": "webrcon",
"description": "Game server Rcon, using websockets",
"repository": {
"type": "git",
"url": "GitHub - Facepunch/webrcon: Game server rcon, using websockets"
},
"scripts": {
"server": "http-server -p 8888",
"start": "npm run server"
},
"devDependencies": {
"http-server": "^0.9.0"
}
}
[DOUBLEPOST=1516579174][/DOUBLEPOST]