randunel / node-srcds-rcon

Node.JS high-level wrapper for SRCDS's remote console (RCON) https://developer.valvesoftware.com/wiki/RCON
107 stars 18 forks source link

Cannot connect to local server #13

Open TamirIsHere opened 8 years ago

TamirIsHere commented 8 years ago

I'm trying to connect to a local server (running the server on my own PC), and receiving this error:

{ [Error: connect ECONNREFUSED 10.0.0.4:27015]
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect',
  address: '10.0.0.4',
  port: 27015 }