-
Notifications
You must be signed in to change notification settings - Fork 178
Description
I'm trying to control MineOS externally using Postman currently. I'm stumbling into a problem where I cannot find the correct endpoints to send requests to. Currently, I'm having a problem accessing the console (logs/latest.log) externally through something like GET https://localhost:8443/api/{server name}/console. It is coming up with an error in the mineOS.logs such as {"command":"console","success":false,"error":{},"time_resolved":1756337950077,"level":"error","message":"server_fin","timestamp":"2025-08-27T23:39:10.077Z"}. Is there a file within mineOS that will tell me these correct external endpoints as it's being a real stuggle. Currently, I only found the endpoints to control the server, such as start, stop, restart and kill. I would really appreciate the help. Thank you.