- Products
- Learn
- Local User Groups
- Partners
- More
Quantum Spark Management Unleashed!
Introducing Check Point Quantum Spark 2500:
Smarter Security, Faster Connectivity, and Simpler MSP Management!
Check Point Named Leader
2025 Gartner® Magic Quadrant™ for Hybrid Mesh Firewall
HTTPS Inspection
Help us to understand your needs better
CheckMates Go:
SharePoint CVEs and More!
Hello,
we used to launch SmartDashboard up to R77.30 for different SmartCenters from , a tool to manage connections to all kinds of devices. We launched "FwPolicy.exe connect %Hostname% %Username%".
However, on R80.10, FwPolicy.exe is no longer the right binary to launch. We discovered that we need to run , which does not seem to accept any command line arguments.
Is there a way to pass Username and Hostname to this or another binary to support directly launching a SmartDashboard for R80.10?
regards, Arne
Yes this is possible (and undocumented..sorry about that...)
See the attached file. You have to unzip it before use. It is called SmartConsole.LoginParams but you can change it to any name you like as long as it appears in the -p value below:
SmartConsole.exe -p SmartConsole.LoginParams
Format of the XML (none of these parameters is mandatory):
<?xml version="1.0" encoding="utf-8"?>
<RemoteLaunchParemeters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Username>aa</Username>
<ServerIP>10.10.2.54</ServerIP>
<DomainName>LondonDomain</DomainName>
<ReadOnly>False</ReadOnly>
<CloudDemoMode>False</CloudDemoMode>
<DomainName>LondonDomain</DomainName>
</RemoteLaunchParemeters>
Yes this is possible (and undocumented..sorry about that...)
See the attached file. You have to unzip it before use. It is called SmartConsole.LoginParams but you can change it to any name you like as long as it appears in the -p value below:
SmartConsole.exe -p SmartConsole.LoginParams
Format of the XML (none of these parameters is mandatory):
<?xml version="1.0" encoding="utf-8"?>
<RemoteLaunchParemeters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Username>aa</Username>
<ServerIP>10.10.2.54</ServerIP>
<DomainName>LondonDomain</DomainName>
<ReadOnly>False</ReadOnly>
<CloudDemoMode>False</CloudDemoMode>
<DomainName>LondonDomain</DomainName>
</RemoteLaunchParemeters>
Hello Tomer,
thanks for the quick response. I have some suggestions to improve useability:
1. there is a typo in "RemoteLaunchParemeters" - maybe this should be corrected in the code and sample?
2. On a non-mds I had to leave the "DomainName" field empty
3. Now, after Launch, I receive an error message that password may not be empty. Is there a way to skip this error message and drop me directly to the usual login screen?
regards, Arne
1. You are correct
2. Yes. You can also just delete that node
3. Understandable. We will consider this for one of our next builds or releases.
<Password>xyz</Password>
also works!
Regards,
Heiko
Tomer,
Do we have same option for EndpointManager.exe ? R80.40 and above
Regards,
Alec
As far as I know this should still work the same way in current versions.
Thank You Dameon,
will give it a try
/Alec
Hello again,
seems that Endpointmanager.exe is not picking up parameters file...so connection parameters are not passed to application.
/Alec
Only Dashboard reads the parameter file, but you can use Dashboard to open Endpoint...
Please ellaborate how can i do it via CLI?
Hi everyone,
Is it known that there is an issue with the loginparams in Version R80.30 B94? We were using the xml file to login in Version B90 and before after upgrading to B94 it is not working anymore.
When I start the smartconsole without parameters it's starting just fine, but with ".\SmartConsole.exe -p path/to/login.LoginParams" Option we end up in an loop where the smartconsole window only says "starting" and some dots flying through. Also while doing this it is impossible to quit out of the windows except using task manager.
Cheers,
Sascha
Hello skeutgen,
I have same problem in R80.40 build 416. I had to delete B416 and install B398 again. The same problem exists with the R81. Did you find a solution?
Best regards,
Feridun ÖZTOK
Jozko, thanks for info. I will follow the issue under this link.
Best regards,
Feridun ÖZTOK
SO we now know that this is broken by design from R80.40 onwards.
My best effort workaround which, thank you Check Point, is far less secure than before is this:
' Usage: runsc.vbs VERSION IP USERNAME PASSWORD
' VERSION = R80.40 | R81 | R81.10 | R81.20
Set oShell = CreateObject("Wscript.Shell")
oShell.Run("""C:\Program Files (x86)\CheckPoint\SmartConsole\" & WScript.Arguments(0) & "\PROGRAM\SmartConsole.exe""")
WScript.Sleep(8000)
oShell.AppActivate "Check Point SmartConsole"
oShell.SendKeys "{TAB}"
oShell.SendKeys "{TAB}"
oShell.SendKeys WScript.Arguments(1) 'IP
oShell.SendKeys "{TAB}"
oShell.SendKeys "{TAB}"
oShell.SendKeys "{TAB}"
oShell.SendKeys "{TAB}"
oShell.SendKeys "{TAB}"
oShell.SendKeys WScript.Arguments(2) 'Username
oShell.SendKeys "{TAB}"
oShell.SendKeys WScript.Arguments(3) 'Password
'oShell.SendKeys "x"
oShell.SendKeys "{TAB}"
oShell.SendKeys "{ENTER}"
Set oShell = Nothing
Can anyone improve this? Issues:
However, assuming simple passwords, it IS good enough to enter as an external tool in something like mRemoteNG for that magical experience of auto logon. I would very much appreciate if anyone else could improve it a little more.
Leaderboard
Epsum factorial non deposit quid pro quo hic escorol.
User | Count |
---|---|
17 | |
6 | |
4 | |
4 | |
4 | |
4 | |
2 | |
2 | |
2 | |
2 |
Wed 03 Sep 2025 @ 11:00 AM (SGT)
Deep Dive APAC: Troubleshooting 101 for Quantum Security GatewaysThu 04 Sep 2025 @ 10:00 AM (CEST)
CheckMates Live BeLux: External Risk Management for DummiesWed 10 Sep 2025 @ 11:00 AM (CEST)
Effortless Web Application & API Security with AI-Powered WAF, an intro to CloudGuard WAFWed 10 Sep 2025 @ 11:00 AM (EDT)
Quantum Spark Management Unleashed: Hands-On TechTalk for MSPs Managing SMB NetworksWed 03 Sep 2025 @ 11:00 AM (SGT)
Deep Dive APAC: Troubleshooting 101 for Quantum Security GatewaysThu 04 Sep 2025 @ 10:00 AM (CEST)
CheckMates Live BeLux: External Risk Management for DummiesWed 10 Sep 2025 @ 11:00 AM (EDT)
Quantum Spark Management Unleashed: Hands-On TechTalk for MSPs Managing SMB NetworksAbout CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY