Unable to send data via STDIN to FXServer

This has been a problem while trying to create my server manager. I tried to send commands to the FXServer via STDIN in C# but I don’t know if the server is not reading the input because of a bug or just ignoring it all together.

Other game modding servers like Bukkit and MTA works without problems, but for some reason FIveM does not.

What is the problem here? I’m doing something wrong?

Related GitHub issue: https://github.com/justalemon/ServerManager/issues/1

I think currently only tty input exists and not actually input from stdin :confused:

yep

Should I open a feature request?