Is it possible to run RealityScan fully headless on Linux?

Is it possible to actually run the CLI headlessly on Linux? The offical documentation insists that we should use the CLI and not the GUI, but when running the CLI the system will open up a UI window and it will fail if it can’t. Sometimes I’m asked to sign in to Epic Games in the UI. Is it possible to due this via the CLI so I don’t have to click anything in the UI?

Yes, it is possible with the -headless flag.

Check out this thread and the solution:

@JakubVanko Thanks for your answer, but the -headless flag won’t actually prevent the software from trying to open a UI. If no display is available, the program will fail. I am able to get around this by creating a virtual display but the problem is that most errors show up as popups in the virtual display instead of error messages in the terminal. This causes the CLI to just fail silently, if I’m not looking at the virtual display.

If the CLI could work like a true CLI, it would help massively.

@bnoreus The fact about the need for a virtual display is true. I’ll forward the feedback about a true CLI. For now, try to combine -headless with the -silent command to suppress any possible popups.