- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- change admin password to enter smartconsole R80.10
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
change admin password to enter smartconsole R80.10
Hello People,
I want to change the admin password for going to smartconsole.
I tried with "cpconfig" without success, please share the way I can do it
Thanks
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The only way to change the password of a SmartConsole administrator is by entering into the SmartConsole and there go to the Manage & Settings page, there go to the administrators and double click the user that needs to be changed.
Regards, Maarten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or use the relevant mgmt_cli commands:
mgmt_cli -r true set administrator name "scadmin" password "foobar123" must-change-password "true"
mgmt_cli -r true set administrator name "scadmin" password "foobar123" must-change-password "true"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Thanks for the response, i try it but it does not work .
I would spend your comments.
Thanks.
LRS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have to do this at the CMA level, not the MDS level.
Which means your mgmt_cli command needs a --domain parameter (specify name, UID, or IP of the relevant CMA).
Which means your mgmt_cli command needs a --domain parameter (specify name, UID, or IP of the relevant CMA).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello PhoneBoy,
Please share a CLI line how would be.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mgmt_cli -r true --domain a.b.c.d set administrator name "scadmin" password "foobar123" must-change-password "true"
