Running Katalon on Linux machine after SSH is throwing "java.awt.HeadlessException: No X11 DISPLAY

I’ve set up Katalon on a remote Linux machine. On executing the command:
./katalon -runMode=console -projectPath=“/tmp/Katalon_Automation/Cabs_PWA/Cabs_PWA.prj” -reportFolder=“Reports” -reportFileName=“report” -sendMail="neeth.kunjappa@makemytrip.com" -retry=0 -testSuitePath=“Test Suites/FunctionalTestSuit” -browserType=“Chrome” -consoleLog

I get the following error:
!SESSION 2017-10-31 20:02:02.870 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_101
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -runMode=console -projectPath=/tmp/Katalon_Automation/Cabs_PWA/Cabs_PWA.prj -reportFolder=Reports -reportFileName=report -sendMail=neeth.kunjappa@makemytrip.com -retry=0 -testSuitePath=Test Suites/FunctionalTestSuit -browserType=Chrome
Command-line arguments: -os linux -ws gtk -arch x86_64 -data config -runMode=console -projectPath=/tmp/Katalon_Automation/Cabs_PWA/Cabs_PWA.prj -reportFolder=Reports -reportFileName=report -sendMail=neeth.kunjappa@makemytrip.com -retry=0 -testSuitePath=Test Suites/FunctionalTestSuit -browserType=Chrome -consoleLog

!ENTRY org.eclipse.core.resources 2 10035 2017-10-31 20:02:06.181
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified
125 2.4.7.xx-201611170128-e46 = ACTIVE
/%tmp%Katalon_Automation%Cabs_PWA%Cabs_PWA.prj/Keywords/com/helper/javascript/JavaScriptHelper.groovy: 12 Groovy:unable to resolve class internal.GlobalVariable


Test Suites/FunctionalTestSuit - Chrome - 20171031_200209…0/4(0%)

10-31-2017 08:02:12 PM - [START] - Start Test Suite : FunctionalTestSuit
10-31-2017 08:02:13 PM - [RUN_DATA] - Logging run data ‘hostName’ with value ‘root - ggn-47-148.mmt.mmt’
10-31-2017 08:02:13 PM - [RUN_DATA] - Logging run data ‘os’ with value ‘Linux 64bit’
10-31-2017 08:02:13 PM - [RUN_DATA] - Logging run data ‘hostAddress’ with value ‘172.16.47.148’
10-31-2017 08:02:13 PM - [RUN_DATA] - Logging run data ‘katalonVersion’ with value ‘5.0.0.1’
10-31-2017 08:02:13 PM - [START] - Start Test Case : Test Cases/Cabsicon
10-31-2017 08:02:13 PM - [INFO] - Evaluating variables for test case
10-31-2017 08:02:14 PM - [START] - Start action : openBrowser
10-31-2017 08:02:14 PM - [END] - End action : openBrowser
10-31-2017 08:02:14 PM - [ERROR] - Test Cases/Cabsicon FAILED because (of) java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.

For ‘No X11 Display’ issue, please try some suggested solutions from this page first:

Go Jenkins > your Job > Configure > Build > Execute Katalon Studio Tests > X11 DISPLAY (for Linux) > :0.0
Apply & save & run your build