Manage Sevco Runners

Install, manage, delete, and uninstall Sevco Runners

The Sevco Runner enables the Sevco platform to connect to and retrieve data from on-premise only Integrations. Many integrations are cloud-based services that do not require us to access your network. Those integrations do not need a Sevco Runner (refer to the Manage Sevco Integrations article instead). However, if your integration is within your on-premises network (we call this an "on prem" integration), it requires a Sevco Runner.

Understand Sevco Runners

The Runner is a shell program that you to deploy in your environment. Instead of Sevco reaching into your network, our Runner reaches out from your network to Sevco. This creates a pipe between your network and the Sevco backend that collects data from the integrated platform. The Sevco Runner is a standalone multi-platform single-executable application you can run anywhere. It connects to Sevco over HTTPS, and registers itself within your organization.

Once you install it, the Runner reaches out to Sevco, downloads the required plugin, and starts running the plugin in that machine, collecting data from your network and sending it to Sevco. One Runner can run 10 on-prem integrations; for more than 10 integrations, install another Runner.

System Requirements

The Sevco Runner can be installed on Windows, Mac, and Linux. They are statically linked executables and have no external library dependencies.

Minimum Operating System

  • Windows (7, 8, 8.1, 10 and Windows Server)
  • Mac OS (10.7 or later)
  • Linux (kernel 2.6.32+, glibc 2.17+)

Minimum Hardware

  • CPU: 2 64-bit core processors.
  • RAM: 8GB
  • Storage: OS minimum

Note: For organizations using less than 5 integrations, a minimum of 1GB of RAM per integration will be required.*

Communication

HTTPS (TCP 443) outbound access to the following domains:

  • api.sev.co
  • plugins.api.sev.co

For Windows runners:

Sevco recommends that Windows runners be installed on a device which is a member of the domain.



Runners Page

When the Runners page is initially opened, it will appear blank. Once a runner has been installed, it will appear as a card on the page and display information about its Last Activity as well as a list of any integrations that are currently using it. Select the name of runner to view additional information about it on the Runner Details page.



Install a Sevco Runner

To add a Sevco Runner:

Select the Install Runner button. A popup will appear. Download and install the OS-specific file as shown below.


When prompted during install, copy and paste the runner token into the provided field to connect your runner.


Once you've completed your runner installation, select the Done button on the Install Runner popup. Your Runner will appear in the Runners list.


From here, you must configure your integration for the Runner. This can be done from the Integrations page.



Upgrade a Sevco Runner

If your runner version is outdated, we may suggest a new version to ensure you stay up to date with the latest enhancements and fixes. This is indicated by an Upgrade Runner button on the Runner Details page for a runner. If you see this button, you should upgrade your runner as soon as possible.

To upgrade a runner, select it from the Runners page. You will be redirected to its Runner Details page. Next, select the Upgrade Runner button from the top of the screen.


A window will appear. Select the installer that corresponds to your operating system.


⚠️

Your runner will not connect properly if an old runner token is used. You will need to copy the new runner token from the Install Runner popup on your screen to complete your install successfully.

When prompted during install, copy and paste the runner token into the provided field.


Once you've completed your runner upgrade installation, select the Done button on the Upgrade Runner popup to complete this process.



Reset a Runner Token

⚠️

All runners associated with a runner token will stop uploading to Sevco immediately after the Reset Runner Token button is selected. You must apply your new runner token to resume.

Before resetting a runner token, it is important to note that doing so may reset the runner token for one or more runners, depending on the Version the runner is running on.

  • Resetting a runner token for a runner running on version 20240222 or later will only reset the runner token for the selected runner.
  • Resetting the runner token for a runner running on an earlier version (i.e. version 20231005) will reset the runner token for all runners running on versions earlier than 20240222

You can reset the runner token for your organization from the Runners page. Start by selecting the Runner you would like to reset the runner token for. You will be redirected to its Runner Details page.


Next, select the Reset Runner Token button to reset your token. Then, copy the Copy Runner Token button to copy your new token.


From here, you can follow the instructions for your operating system to complete this process.


Windows

  1. Navigate to C:\Program Files\Sevco\ then open config.xml in Notepad or a similar editor.
  2. Edit <Params api_key="YOUR TOKEN"> by removing your old token and replacing it with your new one.
  3. Open Services and locate Sevco Runner Service. Right-click and select Restart to complete this process.


CentOS, RHEL, Ubuntu, Debian

  1. Edit /opt/sevco/runner-environment by replacing your old token with your new one in SEVCO_API_KEY="YOUR TOKEN”.
  2. Run systemctl restart sevco-runner to complete this process.

MacOS

  1. Navigate to /ect/sevco/ then open runner.conf in TextEdit or a similar editor.
  2. Edit api_key: "YOUR TOKEN" by removing your old token and replacing it with your new one.
  3. Run launchctl kickstart -k system/com.sevco.runner via the command line to complete this process.


Delete a Sevco Runner

ℹ️

All Integrations must be removed from a runner before you can delete it. Please refer to this document for updating your Integration configuration.

Deleting a Sevco runner removes it from your environment. However, to completely remove the services and files associated with a Sevco runner that were installed on the client hardware, you will need to follow the instructions in the Uninstall a Sevco Runner section of this document.

To delete a Sevco Runner, select the runner you would like to delete to go to its Runner Details page.

From the Runner Detail page, select the Delete button in the top-right corner of the screen. A popup will appear, asking you to confirm that you would like to delete the runner. Select the Delete button to complete this process.



Uninstall a Sevco Runner

First, delete the Sevco runner from the Sevco platform as instructed in the previous section. Then, follow the instructions for your operating system to uninstall the Sevco runner.

Windows

  1. Uninstall Sevco runner services right in the Windows desktop:
    • You can go to SettingsApps, and select Sevco from the Apps & features list. Click Uninstall.
    • You can also click the Windows icon in the lower left corner of your desktop, scroll to Sevco in the list of apps that displays, right-click on it, and select Uninstall.
  2. Follow the standard wizard to remove the Sevco runner services.
  3. Complete the file cleanup by deleting the C:\Program Files\Sevco folder.

CentOS / RHEL

  1. Uninstall Sevco runner services via the CentOS cmdline: rpm -e sevco-runner.
  2. Complete the file cleanup with this command: rm -rf /opt/sevco.

Ubuntu / Debian

  1. Uninstall Sevco runner services via the cmdline: dpkg -P sevco-runner.
  2. Complete the file cleanup with this command: rm -rf /opt/sevco.

macOS

  1. Uninstall Sevco runner services via the command line:
    launchctl remove com.sevco.runner.
  2. Complete the file cleanup with these two commands:
    • rm /usr/local/bin/sevco_runner
    • rm /etc/sevco/runner.conf