Console Mode Execution in LInux

when I try running my test in linux", i get the following error

“Katalon is not activated. Please use -email and -password to pass in your account!”

is there any work around to resolve this?

Divya,

You have to pass the username and password into the command line to have the test executed.
https://www.katalon.com/resources-center/tutorials/executing-console-mode/

Commands -email and -password should be set via console line and not by Jenkins (if someone use CI/CD). Also, everyone should check if they don’t have problems with proxy connection.

In my case that helped.