-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running BeamNG headless #282
Comments
Hi, the way to run BeamNG headless is to run it with these command-line arguments: BinLinux/BeamNG.tech.x64.exe -gfx null -batch Unfortunately, the feature is still in early development, so this is not documented and you will run into issues trying to use this headless version of BeamNG. We will update you here when the feature is ready to be used. |
Thank you. Do you also know if there is way to run BeamNG via ssh? It does not need to be necessarily headless then. If I want to run it via ssh, the simulator is not opened. I way trying to set the DISPLAY variable so that BeamNG can open properly, when I run my code but without success. |
Hi, to run BeamNG via ssh, you can either:
ssh -X user@server
BinLinux/BeamNG.tech.x64 <arguments>
sudo apt-get install xvfb
Xvfb :99 # open a X virtual framebuffer on the display no. 99 and from another terminal instance you can run BeamNG: DISPLAY=:99 BinLinux/BeamNG.tech.x64 <arguments> You may encounter some bugs with |
Is there a way to run BeamNG headless? I would need to run it via ssh on a remote machine without using the GUI. When I run it via ssh it does not produce an error but it also does not run.
The text was updated successfully, but these errors were encountered: