How do I make my game headless?

I’m making a multiplayer game, and I wanted to know how is it possible to make my game headless, in other-words to not render a window, just stick to the terminal. This would be for hosting my server of my game, and it’ll be really helpful to know how to do it. I’m also using the low-level API for the multiplayer.

TY in advance

You can run game with -headless argument to skip showing window. -mute disables audio and -null disables rendering.

More info and examples here: Command line access | Flax Documentation