Can't run Isaac Lab on AWS: [Error] [omni.appwindow.plugin] Failed to acquire IWindowing interface

Hi!
I can’t start Isaac Lab and Isaac Sim on AWS because of the error: [Error] [omni.appwindow.plugin] Failed to acquire IWindowing interface.

I’m trying to run this script for example:
./isaaclab.sh -p source/standalone/tutorials/03_envs/create_quadruped_base_env.py

How can I solve this problem?

GPU: g4dn.x2large (Tesla T4)
Isaac Sim Version: 4.0.0

Result

When I’m trying to run
./isaacsim.sh

I get similar error and logs:

Hi @1g0rrr.my,
I guess since you run on AWS, you do not have a display?
In that case you can only run in headless mode, i.e. add the --headless flag to your command.