<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Password reset - Collection in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/58054#M11716</link>
    <description>&lt;P&gt;Is it possible to reset a not central managed 1400 appliance?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 19:33:29 GMT</pubDate>
    <dc:creator>Natascha_Neye</dc:creator>
    <dc:date>2019-07-11T19:33:29Z</dc:date>
    <item>
      <title>Password reset - Collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57445#M11557</link>
      <description>&lt;TABLE style="border: 1px solid #c6c6c6; border-collapse: separate; border-radius: 5px; background-color: #e15180; padding: 6px; text-indent: 10px;" width="100%"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH align="left"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ffffff; font-size: large;"&gt;Password reset on gateway&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Version R77.x -R80.x:&lt;/STRONG&gt;&lt;BR /&gt;See sk106490&lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk106490&amp;amp;partition=Advanced&amp;amp;product=Security&amp;amp;t=1562007550152&amp;amp;t=1562238789090" target="_self"&gt;How to remotely reset Admin / Expert password on a Security Gateway from a Security Management Server &lt;/A&gt;&lt;/P&gt;
&lt;TABLE style="border: 1px solid #c6c6c6; border-collapse: separate; border-radius: 5px; background-color: #e15180; padding: 6px; text-indent: 10px;" width="100%"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH align="left"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ffffff; font-size: large;"&gt;Password reset on management server&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Version R77.30 and earlier:&lt;/STRONG&gt;&lt;BR /&gt;See sk &lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk92663" target="_self"&gt; Reset the Gaia Admin and Expert passwords using EmergenDisk USB flash drive&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Version R80.10 and above:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Plan A&lt;/STRONG&gt; with SmartConsol connection (thanks to Phoneboy):&lt;BR /&gt;&lt;BR /&gt;Here's the process:&lt;/P&gt;
&lt;P&gt;a) Generate the password hash you need using the following command on a Linux system: openssl passwd -1 mypassword (Note: if on a Check Point appliance, use cpopenssl instead)&lt;BR /&gt;b) In SmartConsole, right-click on the management object and select Scripts &amp;gt; One-Time Script&lt;BR /&gt;c) Type the following into the script field and click Run: clish -c 'set user admin password-hash mypasswordhash' (Note be sure to use single quotes here and replace mypasswordhash with the hash from step a).&lt;BR /&gt;d) Now type and click Run: "save configuration"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot_20190704-132616_Firefox.jpg" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1804iE07FBBDBBE2DEFF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_20190704-132616_Firefox.jpg" alt="Screenshot_20190704-132616_Firefox.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Plan B&lt;/STRONG&gt; with migrate export:&lt;/P&gt;
&lt;P&gt;a) Install a new managment server with the same IP.&lt;BR /&gt;b) Open a CLISH per ssh (do not close this session)&lt;BR /&gt;c)) Open a second connection in expert mode and start a migrate import.&lt;BR /&gt;d) After the migrate import change to the CLISH session and change the admin password.&lt;BR /&gt;e) Now save the settings "save configuration"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Plan C&lt;/STRONG&gt; - &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;A solution without Check Point support for VMWare and Hardware without RAID controller.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Should also work on an appliance or OpenServer without a RAID controller. I tried it with an appliance in the LAB.&lt;/P&gt;
&lt;P&gt;So I used the best of aforementioned sites and successfully reset the admin password with this procedure on R80.10:&lt;/P&gt;
&lt;P&gt;a) Configure the Check Point VM to use a recent Ubuntu/Debian Desktop ISO and boot from CD-ROM. Select Try Ubuntu/Debian so you will have a Live environment without installing Ubuntu/Debian &lt;BR /&gt;b) Open the Terminal application.&lt;BR /&gt;c) Enter the following command: sudo su –&lt;BR /&gt;d) Create a mounting point: mkdir /mnt/cp&lt;BR /&gt;e) Mount the Gaia filesystem: mount /dev/mapper/vg_splat-lv_current /mnt/cp&lt;BR /&gt;f) Change the root directory to the Gaia root: chroot /mnt/cp&lt;BR /&gt;g) Backup the current Gaia configuration database: cp /config/db/initial_db /config/db/initial_db_backup&lt;BR /&gt;h) Connect to the Gaia configuration database: sqlite3 /config/db/initial_db&lt;BR /&gt;i) Query the database using SQLite to locate the current admin password. The last line is the current password hash:SELECT * from revisions WHERE binding=”passwd:admin:passwd”;&lt;BR /&gt;j) Update the database using SQLite to change the password to ‘admin’. Replace the text old-pw-hash below with the last hash from step i):UPDATE revisions SET value=”$1$zIVyrIdj$1LBW7Pg6XOcXYIgFPTppY.” WHERE binding=”passwd:admin:passwd” AND VALUE=’old-pw-hash‘;&lt;BR /&gt;k) Exit SQLite by entering the following command: .exit&lt;BR /&gt;l) Exit chroot and go back to Ubuntu/Debian: exit&lt;BR /&gt;m) Unmount the Gaia filesystem: umount /mnt/cp&lt;BR /&gt;n) Reboot the Check Point VM by entering: reboot&lt;BR /&gt;o) Login to the console, SSH or Gaia Portal using user admin and password admin.&lt;BR /&gt;p) When in CLISH or Gaia Portal don’t forget to change the password for user admin (and document it!)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border: 1px solid #c6c6c6; border-collapse: separate; border-radius: 5px; background-color: #e15180; padding: 6px; text-indent: 10px;" width="100%"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH align="left"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ffffff; font-size: large;"&gt;Password reset on centrally managed SMB appliance&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Version R77.20:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;See sk119633&lt;/P&gt;
&lt;P&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk119633&amp;amp;partition=Expert&amp;amp;product=Branch" target="_self"&gt; How to remotely reset Admin password on Centrally Managed 1100 / 1200R / 1400 appliance from a Security Management Server &lt;/A&gt;&lt;/P&gt;
&lt;TABLE style="border: 1px solid #c6c6c6; border-collapse: separate; border-radius: 5px; background-color: #e15180; padding: 6px; text-indent: 10px;" width="100%"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH align="left"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ffffff; font-size: large;"&gt;Password reset on LOM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk120793&amp;amp;partition=Advanced&amp;amp;product=Data" target="_self"&gt;sk120793&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 16:24:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57445#M11557</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-07-04T16:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: password reset - collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57447#M11558</link>
      <description>&lt;P&gt;There is no conflicting information for R80.x, actually. Evergendisk is not supported.&lt;/P&gt;
&lt;P&gt;The SmartConsole reset is described here:&amp;nbsp;&lt;STRONG&gt;Remote Admin/Expert password reset - sk106490&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 11:42:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57447#M11558</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2019-07-04T11:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: password reset - collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57448#M11559</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;thx&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 12:28:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57448#M11559</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-07-04T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: password reset - collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57452#M11561</link>
      <description>&lt;P&gt;Will we get an Evergendisk for R80.x (2.6 and 3.10 kernel) in the future?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 12:26:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57452#M11561</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-07-04T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: password reset - collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57456#M11562</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;It is hard to predict. My personal take, considering there are some HW compatibility issues with various USBs, it might be tricky.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/6221"&gt;@Alexander_Kim&lt;/a&gt;, do you know who could answer this question? It is no directly platform related, but should be close, right?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 12:51:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57456#M11562</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2019-07-04T12:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: password reset - collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57460#M11563</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I had the password reset problem a few months ago with R80.10.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;A colleague had left the company and had previously changed the &amp;nbsp;password of the management server:-(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;We reinstalled the management server and imported the config via migrate import.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Jul 2019 13:45:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57460#M11563</guid>
      <dc:creator>Chris_Hrachowy</dc:creator>
      <dc:date>2019-07-04T13:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset - Collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57509#M11570</link>
      <description>&lt;P&gt;Is there also a solution for RAID controllers?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 06:46:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57509#M11570</guid>
      <dc:creator>Paul_Erez</dc:creator>
      <dc:date>2019-07-05T06:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset - Collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57679#M11606</link>
      <description>&lt;P&gt;The mentioned &lt;U&gt;unsupported (!)&lt;/U&gt;&amp;nbsp;technique only works because you can mount your Gaia drive as an external volume. It might work for RAID, if you know how to mount it properly, but the amount of efforts you need to make is huge.&lt;/P&gt;
&lt;P&gt;I would rather have several admin accounts set on a system, just in case, put some non-technical administrative measures to prevent a situation when a rogue employee can do damage, and of course, there is always a way to reset passwords remotely from SmartConsole.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 09:55:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57679#M11606</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2019-07-08T09:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset - Collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57697#M11625</link>
      <description>&lt;P&gt;&lt;SPAN&gt;With Live Debian Linux DVD I always had the problem that I could not load the RAID drivers for the following servers:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HP DL 360/380 G7&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HP DL 360/380 G8&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 12:44:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/57697#M11625</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-07-08T12:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset - Collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/58054#M11716</link>
      <description>&lt;P&gt;Is it possible to reset a not central managed 1400 appliance?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 19:33:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/58054#M11716</guid>
      <dc:creator>Natascha_Neye</dc:creator>
      <dc:date>2019-07-11T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset - Collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/58224#M11748</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/12081"&gt;@Natascha_Neye&lt;/a&gt;&amp;nbsp;1400 series are SMB embedded devices and are off topic for this discussion. But yes, you can reset it to factory default, which removes all settings and resets the password.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 07:03:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/58224#M11748</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2019-07-15T07:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset - Collection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/272382#M45641</link>
      <description>&lt;P&gt;This is very helpful&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 15:39:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Password-reset-Collection/m-p/272382#M45641</guid>
      <dc:creator>Samuel_EKUNDAR1</dc:creator>
      <dc:date>2026-03-03T15:39:08Z</dc:date>
    </item>
  </channel>
</rss>

