-
I want to get some information about my server, like the Number of Connected Players. Could you help me figure out the command I need to run for example with CURL? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@bkbilly please read https://github.com/wolveix/satisfactory-server/wiki/Official-API-Docs You can see how we use the API in our |
Beta Was this translation helpful? Give feedback.
-
I read the docs, as I have already mentioned on my post. {
"function":"QueryServerState"
} This is the response: {
"errorCode": "insufficient_scope",
"errorMessage": "The client is missing required privileges to access the given function"
} |
Beta Was this translation helpful? Give feedback.
@bkbilly please read https://github.com/wolveix/satisfactory-server/wiki/Official-API-Docs
You can see how we use the API in our
healthcheck.sh
script: https://github.com/wolveix/satisfactory-server/blob/f3425aeed513db2fe264bbec21a8dba0fc52db27/healthcheck.sh