To install and configure the Python RPA Agent, follow the steps below:
Download the Python RPA Windows Service and Agent from here Downloads .
Install the Windows Service following the instructions in the Setup Wizard. After installation
Press Win + R
to open the Run dialog box.
Type services.msc
and press Enter. This will launch the Services Manager.
Scroll through the list of services to find the APythonRPAService. The services are listed in alphabetical order.
Right-click on the desired service, and select 'Start' from the context menu to run the service.
You can also adjust other service settings, such as 'Stop', 'Restart', or configure its startup type, by right-clicking the service and selecting the appropriate option.
The Windows service will ensure that Python RPA Agent is running all the time.
Note: if you can’t stop the service via the “Stop” action follow this instruction
Install the Python RPA agent on your computer following the instructions provided. Note: If you do not have Admin rights on your machine - install Agent to Desktop or any other folder that doesn’t require Admin rights.
Once installed, configure the agent by setting up the required credentials and settings. To do so go to Agent installation folder, open “Config.json” file with any text editor, and
Replace the “server_url” with the following address: "https://cloud.pythonrpa.org/" if not setup.
Save the file. You should get the result like this:
Next edit “rdp_config.json” in the same folder, enter:
Save the file.
You should get the result like this: