-
https://www.battlemetrics.com/servers/ark/2816739 says game port is 7781
```javascript
const Gamedig = require('gamedig');
Gamedig.query({
type: 'arkse',
host: '5.101.166.201',
port: "77…
-
ERROR: { Error: Parse Error
at Socket.socketOnData (_http_client.js:441:20)
at Socket.emit (events.js:182:13)
at addChunk (_stream_readable.js:283:12)
at readableAddChunk (_stream_…
-
Server starts, connection via console works, but fails to show on master list.
I am using this docker-compose file, thoughts on what the problem might be?
```
version: '3'
services:
rust:…
-
const is_online = server.data.attributes.status;
if(is_online == "online") {
const players = server.data.attributes.players;
const maxplayers = server.data.attributes.m…
-
it seems that "rcon" is leaking data to
www.battlemetrics.com
all details of the players online are exposed, including the playing time.
is there anyway to block this information, it seems it…
-
I was trying to get my own server setup and had some issues. I can access Rcon and I was able to register my server with rust's list but I can't connect to it at all. I have port forward everything on…