Android XMR reboot

Hello i have client that will use TV build with android itself and he wants to be able to reboot player remotely.
Is that even possible or not ?

I have tried to setup xmr but no luck and what are command for android.

That might depend on the device itself, usually just:
svc power reboot should work or just reboot and preferred would be

svc power reboot
am start -a android.intent.action.ACTION_REQUEST_REBOOT
setprop sys.powerctl reboot
reboot

^ as one command string.