Closed kkm closed 5 years ago
https://www.battlemetrics.com/servers/ark/2816739 says game port is 7781
const Gamedig = require('gamedig'); Gamedig.query({ type: 'arkse', host: '5.101.166.201', port: "7781" }).then((state) => { console.log(state); }).catch((error) => { console.log("Server is offline", error); });
It does not work right.
If you query the server using the port "27019" which is the query port then it will return the servers data.
Thanks.
https://www.battlemetrics.com/servers/ark/2816739 says game port is 7781
It does not work right.