I Cannot Send Commands to Android Screen with Xibo CMS

Hello, I installed xibo on a web server and downloaded the android player and successfully connected it to my android device. The content I want to send is reflected on my android screen. As you can understand, everything works fine but there is one thing that is not working. Whatever I did, I couldn’t send a command to my Android screen, does anyone have any information? According to some forums, I need to open port 9505 as tcp. But I didn’t want to open it without getting information from you, can you help me? All the changes I made are in the screenshots below.

Close screen command in Screens > Commands
su -c “am start -a android.intent.action.ACTION_REQUEST_SHUTDOWN”

Displays > Display Settings;




Displays > Display > Edit > Settings



Could you clarify whether this is the only command that isn’t working or if all commands are failing?

Please try testing simple commands like reboot. If the command works, you might want to modify the command you’re sending—for example, remove su -c and try:
am broadcast android.intent.action.ACTION_REQUEST_SHUTDOWN