- 基本情報
- UiPath Robot について
- インストール要件
- 無人オートメーション用にロボットをインストールする
- 無人オートメーション用にロボットを設定する
- 有人オートメーション用にロボットをインストールする
- 有人オートメーション用にロボットを設定する
- Integrations
- ガバナンス
- トラブルシューティング

Robot 管理ガイド
Whenever your infrastructure uses a proxy for machines/users to connect to the internet, you will also need to configure the Robot to use it.
There are two possible configurations based on the Robot installation mode:
- Attended Robot - user-mode installation
- Unattended Robot - service-mode installation
Attended robots inherit the proxy settings configured for your web browser.
If your proxy needs basic authentication, Assistant will prompt you to input your credentials when you first try to connect the Robot to Orchestrator.
You can setup the proxy by using the old way described at Configuring using the web browser or using the Windows proxy settings
proxy.json file and the corresponding Windows Settings of the user account(s) that will run automations.
proxy.json follow the Configuring the proxy settingsFor configuring the proxy for the user account(s) that will run automations, follow the Configuring the proxy for Attended Robots
proxy.json file. If you are updating from an older version and you already have a proxy setup in place, it is automatically migrated to the new file.
To add the proxy settings while installing Unattended robots (service-mode), use the dedicated command line parameters in your installation command.
たとえば、次のコマンドは、Robot をサービス モードでインストールし、スクリプトを使用してプロキシを構成します。
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_SCRIPT_ADDRESS=http://localhost/proxy.pacUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_SCRIPT_ADDRESS=http://localhost/proxy.pac次のコマンドは、Robot をサービス モードでインストールし、プロキシの設定に基本認証を設定します。
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_ADDRESS=http://my.proxy.net:8008 PROXY_USERNAME="myUser" PROXY_PASSWORD="myUser" PROXY_DOMAIN="myUser"UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_ADDRESS=http://my.proxy.net:8008 PROXY_USERNAME="myUser" PROXY_PASSWORD="myUser" PROXY_DOMAIN="myUser"