If it is necessary to ensure the operation of the program 24/7 on Windows Server even after the end of the RDP session, it is enough to perform 2 steps:
- Create a new user on the server with RDP access rights
- Log in to the server with this user, create an RDP connection with the Administrator user and run the necessary software
Let's get started.
1. Connect to the "Remote Desktop" server with Administrator rights (how to connect to the server via RDP)
2. Create a new user on the server named admin (how to create a new user)
4. After successfully logging into the server with the admin user, you need to create a connection for the Administrator user.
To do this, on the server, right-click on the Start button - select Run (Run)
In the User Name field, enter Administrator and click Save As
If you move the 127.0.0.1 header aside with the mouse, the admin user connection header from your server IP will become available. This connection can be closed by leaving the Administrator user connection open on the server.
Thus, running programs on the remote desktop of the Administrator user will work 24/7, regardless of whether there is a connection to the server.