Posts: 7
Threads: 3
Joined: Jul 2015
Reputation:
0
I'm running samp server in Ubuntu. but I soon disappointed because running samp server on linux console is not supporting type rcon commands!
So.. I want to refer it to make using Rcon command possible in linux.
It is all. thanks.
Posts: 1,276
Threads: 6
Joined: Aug 2014
So let me get this straight, you want every server to put at risk because you don't know how to make rcon commands?OnRCONCommand might help.
Posts: 7
Threads: 3
Joined: Jul 2015
Reputation:
0
But I asked 'How to enable Rcon Control in "linux" console'
Not 'How to use Rcon Commands'..
...Is there some method to make possible it?
Ok. I'll try
Posts: 1,276
Threads: 6
Joined: Aug 2014
Quote:
Originally Posted by hsk22000
But I asked 'How to enable Rcon Control in "linux" console'
Not 'How to use Rcon Commands'..
...Is there some method to make possible it?
|
server.cfg:
rcon 1 if that is what you're asking.
Posts: 1,276
Threads: 6
Joined: Aug 2014
Quote:
Originally Posted by hsk22000
Thanks, sir. but one thing to ask more..
https://sampwiki.blast.hk/wiki/Remote_Console I found this on samp wiki, maybe this will make possible rcon control.
but isn't it only operates in Windows environment? It works in Linux too?
|
rcon.exe only works on windows, if you're on the host server you should be able to input commands into the console already
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
Yes, same works for Linux, just type in your server ip
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
Of course you can't, you're running tailf, not samp03svr
Posts: 1,276
Threads: 6
Joined: Aug 2014
Quote:
Originally Posted by hsk22000
But when only run ./samp03svr rcon commands not work which like !rcon reloadfs
and see the script. ./samp03svr is included in my script so I'm running both samp03svr and tailf..
Or, I'm thinking the wrong way?
|
!rcon reloadfs what?
You just need reloadfs, no ! nor rcon
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
If you really need run RCON commands from your linux server, you could get around that using rcon api for php.