I am quite new in a Ranorex Studio so please be gentle

We were running our nightly tests on a remote server that is actually a laptop with Windows10.
Run and deployment is provided by Azure DevOps agent.
Everything was fine more/less 2 months ago and it started to fail somehow.
Recently I started to fix the issues one by one and locally all works fine.
However when I try to run on remote, all the time I got the message at the beggining:
Failed to find item 'xxx'. Please check that your whitelist allows Ranorex to access the process.
No element found for path '/form/button[@accessiblename='yyy']' at step 'form[zzz']' after 1339 attempts within 1.5m.
The button that is accessible from the development machine is not accessible on the remote.
The machine was prepared to be remotely executed and worked before. Screen saver is disabled, rdp session is ended with: %windir%\System32\tscon.exe 1 /dest:console.
When I am connected with rdp and then execute Azure deployment all is fine, but when I'm disconnected application opens and I get an error like above.
Can you advise somehow?
Thanks,
mutleyy