<?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 How do I reset only admin password? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395893#M9659</link>
    <description>&lt;P&gt;The splunk version is 6.6.3.&lt;/P&gt;

&lt;P&gt;I have two user accounts.  admin and test_admin.&lt;/P&gt;

&lt;P&gt;When the admin password is reset, the test_admin account is deleted.&lt;/P&gt;

&lt;P&gt;Question) Can I reset only the admin password?&lt;/P&gt;</description>
    <pubDate>Mon, 01 Oct 2018 05:35:01 GMT</pubDate>
    <dc:creator>spl109</dc:creator>
    <dc:date>2018-10-01T05:35:01Z</dc:date>
    <item>
      <title>How do I reset only admin password?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395893#M9659</link>
      <description>&lt;P&gt;The splunk version is 6.6.3.&lt;/P&gt;

&lt;P&gt;I have two user accounts.  admin and test_admin.&lt;/P&gt;

&lt;P&gt;When the admin password is reset, the test_admin account is deleted.&lt;/P&gt;

&lt;P&gt;Question) Can I reset only the admin password?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 05:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395893#M9659</guid>
      <dc:creator>spl109</dc:creator>
      <dc:date>2018-10-01T05:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reset only admin password?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395894#M9660</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;You can try resetting the admin password as per the guideline of below post &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/834/how-to-reset-the-admin-password.html" target="_blank"&gt;https://answers.splunk.com/answers/834/how-to-reset-the-admin-password.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How to do this in 7.1 + :&lt;/P&gt;

&lt;P&gt;Stop Splunk Enterprise&lt;BR /&gt;
Find the passw file for your instance ($SPLUNK_HOME/etc/passwd) and rename it to passwd.bk&lt;BR /&gt;
Create a file named user-seed.conf in your $SPLUNK_HOME/etc/system/local/ directory.&lt;BR /&gt;
In the file add the following text:&lt;/P&gt;

&lt;P&gt;[user_info]&lt;BR /&gt;
PASSWORD = NEW_PASSWORD&lt;/P&gt;

&lt;P&gt;In the place of "NEW_PASSWORD" insert the password you would like to use.&lt;BR /&gt;
Start Splunk Enterprise and use the new password to log into your instance from Splunk Web.&lt;BR /&gt;
If you previously created other users and know their login details, copy and paste their credentials from the passwbk file into the passwd file and restart Splunk.&lt;/P&gt;

&lt;P&gt;Versions prior to 7.1 :&lt;/P&gt;

&lt;P&gt;Stop Splunk Enterprise&lt;BR /&gt;
Find the passw file for your instance ($SPLUNK_HOME/etc/passw) and rename it to passw.bk&lt;BR /&gt;
Start Splunk Enterprise and login to your instance from Splunk Web using the default credentials of admin/changeme. &lt;BR /&gt;
You will be asked to enter a new password for your admin account.&lt;BR /&gt;
If you previously created other users and know their login details, copy and paste their credentials from the passw.bk file into the passwd file and restart Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:29:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395894#M9660</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2020-09-29T21:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reset only admin password?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395895#M9661</link>
      <description>&lt;P&gt;Thank you for answer.&lt;/P&gt;

&lt;P&gt;But&lt;BR /&gt;
If you do this the test_admin account will be deleted.&lt;/P&gt;

&lt;P&gt;I want to delete only the password for the admin account.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 12:26:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395895#M9661</guid>
      <dc:creator>spl109</dc:creator>
      <dc:date>2018-10-11T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reset only admin password?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395896#M9662</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;splunk edit user admin -password newPassowrd  -auth admin:changeme 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Oct 2018 15:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395896#M9662</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-11T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reset only admin password?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395897#M9663</link>
      <description>&lt;P&gt;i believe you can edit for admin also , didn't try for test_admin , i have to check &lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 15:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-reset-only-admin-password/m-p/395897#M9663</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-11T15:43:19Z</dc:date>
    </item>
  </channel>
</rss>

