n0la / rcon

Source RCON client for command line
BSD 2-Clause "Simplified" License
140 stars 18 forks source link

Trying to run on ubuntu with Xonotic #9

Closed fstltna closed 5 years ago

fstltna commented 6 years ago

I'm trying to run this on my Xonotic server under ubuntu 16.04 but nomatter what settings I use I get a

Failed to connect to the given host/service

Is there a certain port that rcon looks for? My game server port is 26000... Any ideas on what to check?

n0la commented 6 years ago

My I ask how you called rcon? You can pass a port as command line parameter:

$ rcon -H $host -p 26000 status
n0la commented 5 years ago

A month without any additional feedback or answers. Closing.