I've looked around and I've seen that some people recommended using Screen, but I don't exactly know what they meant. The program in question is a Minecraft server. I need it to be able to allow multiple people look at the console and enter commands. Each person will have a user account. The server JAR is inside a directory inside the root directory (but not in a home folder) and everyone in a certain group will be able to have read and write permissions to the folder in which the server is held in. I have tried RCON, and it seems like it does not work at the moment. Any help would be appreciated.
So, in short:
- Have multiple people with different user accounts
- Let more than one user access the console at a time
- Let the user read and write (commands) to the console
- If possible, on connection, display all messages from the server from that session's (session being from when the server JAR was started) start.
Thanks!