1

How to check if any github action self-hosted runner is already running service on server machine?

I am trying to run self hosted runner on a server machine using run command I am getting below error :

PS C:\dev\actions-runner> ./run.cmd
        1 file(s) copied.

√ Connected to GitHub

A session for this runner already exists.
2022-11-16 12:37:55Z: Runner connect error: The actions runner TDCOGRLE1090685 already has an active session for owner TDCOGRLE1090685 .. Retrying until reconnected.

How to check all the runner sessions running on server machine?

apero
  • 95
  • 7

1 Answers1

1

It can be directly checked in running services utility:

enter image description here

apero
  • 95
  • 7