pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.71k stars 1.71k forks source link

API Get Console #586

Closed Dieterfu closed 7 years ago

Dieterfu commented 7 years ago

Hello, it would be very nice If you could add add a endpoint to get the console Output a specific Minecraft Server. With best regards Dieter Fugger

DaneEveritt commented 7 years ago

This already exists in the daemon but is not documented.

You can hit /server/log for the log file, or /server/file/f/<name> for a specific named file and directory. You'll need to pass the X-Access-Token and X-Access-Server headers as well.