<?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 Cisco FDM reset admin user credential in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-fdm-reset-admin-user-credential/m-p/5274809#M1120267</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;In the event that the admin user needs to be reset on the FDM, the following procedure can be followed. One of the basic requirements is to have a user on which to log in, and it must have conf privileges.&lt;/P&gt;
&lt;P&gt;Once you have logged in via external authentication, you can perform the actual magic to reset the admin user's password.&lt;/P&gt;
&lt;P&gt;First we need to access the linux shell and elevate our access rights, by typing expert and elevate via &lt;STRONG&gt;sudo -i&lt;/STRONG&gt; followed by the external authentication password - in other words, the same password used to access SSH itself.&lt;/P&gt;
&lt;P&gt;Once our privileges have been elevated, the fun can begin and we can reset the administration password.&lt;/P&gt;
&lt;P&gt;Type &lt;STRONG&gt;passwd admin&lt;/STRONG&gt;&lt;BR /&gt;You will then be asked for your new password, type in the one you wish to use in the future - a confirmation prompt will follow to ensure that the passwords match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="highlight"&gt;&lt;CODE class="hljs coffeescript"&gt;&amp;gt; expert
ava-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~$ pwd    
/ngfw/Volume/home/bob-admin &amp;lt;--- Verify I am logged &lt;SPAN class="hljs-keyword"&gt;in&lt;/SPAN&gt; as external user
ava-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~$ sudo -i
&lt;SPAN class="hljs-attribute"&gt;Password&lt;/SPAN&gt;: &amp;lt;Password-&lt;SPAN class="hljs-keyword"&gt;of&lt;/SPAN&gt;-bob-admin-ext-user&amp;gt;
root&lt;SPAN class="hljs-property"&gt;@ava&lt;/SPAN&gt;-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~&lt;SPAN class="hljs-comment"&gt;# passwd admin&lt;/SPAN&gt;
New &lt;SPAN class="hljs-attribute"&gt;password&lt;/SPAN&gt;: &amp;lt;New-admin-password&amp;gt;
Retype &lt;SPAN class="hljs-keyword"&gt;new&lt;/SPAN&gt; &lt;SPAN class="hljs-attribute"&gt;password&lt;/SPAN&gt;: &amp;lt;New-admin-password&amp;gt;
&lt;SPAN class="hljs-attribute"&gt;passwd&lt;/SPAN&gt;: password updated successfully
root&lt;SPAN class="hljs-property"&gt;@ava&lt;/SPAN&gt;-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~&lt;SPAN class="hljs-comment"&gt;#&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Once this has been done you’ve successfully recovered/reset the admin password, and you should be able to initiate another SSH session to the FTD and able to login as “admin” with your new password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="highlight"&gt;&lt;CODE class="hljs python"&gt;&amp;gt; expert
admin&lt;SPAN class="hljs-decorator"&gt;@ava-ftd01:~$ pwd&lt;/SPAN&gt;
/home/admin &amp;lt;--- Verify I am logged &lt;SPAN class="hljs-keyword"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hljs-keyword"&gt;as&lt;/SPAN&gt; admin user&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Notes&lt;BR /&gt;once reset with root privileges, it will only work on first access. To make this change permanent, it is necessary to log back onto the Firewall MGMT and reset the password again using the following commands :&lt;/P&gt;
&lt;P&gt;&lt;CODE class="hljs python"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;&amp;gt; configure password&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;will first ask you for the password you have just reset and then for the new one.&lt;/P&gt;
&lt;P&gt;We have test this procedure on Cisco&amp;nbsp;FPR1140 with vesion 7.2.9&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 07:52:29 GMT</pubDate>
    <dc:creator>NCC-1701</dc:creator>
    <dc:date>2025-03-25T07:52:29Z</dc:date>
    <item>
      <title>Cisco FDM reset admin user credential</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fdm-reset-admin-user-credential/m-p/5274809#M1120267</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;In the event that the admin user needs to be reset on the FDM, the following procedure can be followed. One of the basic requirements is to have a user on which to log in, and it must have conf privileges.&lt;/P&gt;
&lt;P&gt;Once you have logged in via external authentication, you can perform the actual magic to reset the admin user's password.&lt;/P&gt;
&lt;P&gt;First we need to access the linux shell and elevate our access rights, by typing expert and elevate via &lt;STRONG&gt;sudo -i&lt;/STRONG&gt; followed by the external authentication password - in other words, the same password used to access SSH itself.&lt;/P&gt;
&lt;P&gt;Once our privileges have been elevated, the fun can begin and we can reset the administration password.&lt;/P&gt;
&lt;P&gt;Type &lt;STRONG&gt;passwd admin&lt;/STRONG&gt;&lt;BR /&gt;You will then be asked for your new password, type in the one you wish to use in the future - a confirmation prompt will follow to ensure that the passwords match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="highlight"&gt;&lt;CODE class="hljs coffeescript"&gt;&amp;gt; expert
ava-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~$ pwd    
/ngfw/Volume/home/bob-admin &amp;lt;--- Verify I am logged &lt;SPAN class="hljs-keyword"&gt;in&lt;/SPAN&gt; as external user
ava-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~$ sudo -i
&lt;SPAN class="hljs-attribute"&gt;Password&lt;/SPAN&gt;: &amp;lt;Password-&lt;SPAN class="hljs-keyword"&gt;of&lt;/SPAN&gt;-bob-admin-ext-user&amp;gt;
root&lt;SPAN class="hljs-property"&gt;@ava&lt;/SPAN&gt;-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~&lt;SPAN class="hljs-comment"&gt;# passwd admin&lt;/SPAN&gt;
New &lt;SPAN class="hljs-attribute"&gt;password&lt;/SPAN&gt;: &amp;lt;New-admin-password&amp;gt;
Retype &lt;SPAN class="hljs-keyword"&gt;new&lt;/SPAN&gt; &lt;SPAN class="hljs-attribute"&gt;password&lt;/SPAN&gt;: &amp;lt;New-admin-password&amp;gt;
&lt;SPAN class="hljs-attribute"&gt;passwd&lt;/SPAN&gt;: password updated successfully
root&lt;SPAN class="hljs-property"&gt;@ava&lt;/SPAN&gt;-&lt;SPAN class="hljs-attribute"&gt;ftd01&lt;/SPAN&gt;:~&lt;SPAN class="hljs-comment"&gt;#&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Once this has been done you’ve successfully recovered/reset the admin password, and you should be able to initiate another SSH session to the FTD and able to login as “admin” with your new password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="highlight"&gt;&lt;CODE class="hljs python"&gt;&amp;gt; expert
admin&lt;SPAN class="hljs-decorator"&gt;@ava-ftd01:~$ pwd&lt;/SPAN&gt;
/home/admin &amp;lt;--- Verify I am logged &lt;SPAN class="hljs-keyword"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hljs-keyword"&gt;as&lt;/SPAN&gt; admin user&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Notes&lt;BR /&gt;once reset with root privileges, it will only work on first access. To make this change permanent, it is necessary to log back onto the Firewall MGMT and reset the password again using the following commands :&lt;/P&gt;
&lt;P&gt;&lt;CODE class="hljs python"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;&amp;gt; configure password&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;will first ask you for the password you have just reset and then for the new one.&lt;/P&gt;
&lt;P&gt;We have test this procedure on Cisco&amp;nbsp;FPR1140 with vesion 7.2.9&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 07:52:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fdm-reset-admin-user-credential/m-p/5274809#M1120267</guid>
      <dc:creator>NCC-1701</dc:creator>
      <dc:date>2025-03-25T07:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FDM reset admin user credential</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fdm-reset-admin-user-credential/m-p/5375065#M1124663</link>
      <description>&lt;P&gt;What if not able to log into the device with SSH, how would you go about resetting admin from console?&amp;nbsp; Would this same procedure work or are there added steps&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 16:38:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fdm-reset-admin-user-credential/m-p/5375065#M1124663</guid>
      <dc:creator>jamking1</dc:creator>
      <dc:date>2026-03-06T16:38:56Z</dc:date>
    </item>
  </channel>
</rss>

