# Run On-prem Agent
An on-prem agent requires an active connection between the agent running within your network and Workato's On-prem group dashboard (opens new window).
You may occasionally need to temporarily disable this connection. For example, restarting, or upgrading the on-prem agent.
# Disable on-prem agent
To do so, simply select Disable agent.
Temporarily disable on-prem agent
# Re-establish connection with on-prem agent
To reconnect your on-prem agent to Workato, you have to do the following steps. Please follow the instructions according to your network's operating system.
# Running on Linux
To start the agent service in the background, use:
systemctl start workato-agent.service
To enable the agent to start on system boot, use:
systemctl enable workato-agent.service
# Running on Windows 64-bit
For on-prem agents installed in Windows, run the agent as a Windows console application or as a Windows Service.
Run the on-prem agent in console mode by launching Workato
→ Run Agent (console)
in the Start Menu.
Alternatively, you can use the Run Agent (console)
shortcut to ensure the agent is successfully connecting to Workato using the provided certificate.
# Using Windows Service
The installer automatically registers an agent (WorkatoAgent
) as a Windows service . However, the agent does not start automatically. Navigate to the service configuration (Control Panel → System and Security → Administrative Tools → Services → WorkatoAgent) to configure service auto-start or change user account.
# Browsing log files
When the on-prem agent is running as a Windows service, log files can be found at: %SYSTEMROOT%\System32\LogFiles\Workato
. There's also a shortcut to the Workato log directory in the Workato
group found in the Start Menu.
Level of details of the OPA logs depend on your configuration. Learn more.
# Changing save location for log files
To change the save location for log files, launch Workato
→ Service Wrapper Configuration
in the Start Menu. Navigate to the Logging
tab where you can modify Log path
.
# On-prem agent is reconnected
To finish re-establishing the connection, go to the On-prem group dashboard and connect to your on-prem agent.
Step | Description |
---|---|
Enable agent | From the Workato On-prem group dashboard, select Enable agent. |
Connection established | Workato will send a request to your on-prem agent to establish a connection. If successful, the status will return to Active. |
Last updated: 10/16/2024, 6:31:50 PM