<?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: Splunk Admin Password in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326023#M8370</link>
    <description>&lt;P&gt;Have you restarted the Splunk service since making this change?&lt;/P&gt;</description>
    <pubDate>Sat, 03 Mar 2018 05:55:39 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2018-03-03T05:55:39Z</dc:date>
    <item>
      <title>Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326020#M8367</link>
      <description>&lt;P&gt;I have renamed passwd.bkg to passwd and restart splunk but still not able to reset my password using admin and changeme&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 09:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326020#M8367</guid>
      <dc:creator>hsharry</dc:creator>
      <dc:date>2018-03-01T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326021#M8368</link>
      <description>&lt;P&gt;Just rename passwd file with a &lt;CODE&gt;.bak&lt;/CODE&gt; extension and restart &lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 12:48:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326021#M8368</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-03-01T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326022#M8369</link>
      <description>&lt;P&gt;Have tried it and does not work&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 12:56:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326022#M8369</guid>
      <dc:creator>hsharry</dc:creator>
      <dc:date>2018-03-01T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326023#M8370</link>
      <description>&lt;P&gt;Have you restarted the Splunk service since making this change?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 05:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326023#M8370</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2018-03-03T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326024#M8371</link>
      <description>&lt;P&gt;To reset the admin password:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Stop splunk service&lt;/LI&gt;
&lt;LI&gt;Move the $SPLUNK_HOME/etc/passwd file to $SPLUNK_HOME/etc/passwd.bak&lt;/LI&gt;
&lt;LI&gt;Start Splunk. After the restart you should be able to login using the default login (admin/changeme).&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:18:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326024#M8371</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2020-09-29T18:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326025#M8372</link>
      <description>&lt;P&gt;If you are on Splunk 7.1 then the method of recovering from an "I forgot the password for admin" situation is different. Prior to 7.1 just the absence of $SPLUNK_HOME/etc/passwd caused Splunk to reset the password to changeme. But on 7.1 there is an additional step. &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;You need to save the &lt;STRONG&gt;$SPLUNK_HOME/etc/passwd&lt;/STRONG&gt; file, removing the original.&lt;/LI&gt;
&lt;LI&gt;You need to edit a file called &lt;STRONG&gt;$SPLUNK_HOME/etc/system/local/user-seed.conf&lt;/STRONG&gt; (this will probably be a new file).&lt;/LI&gt;
&lt;LI&gt;You need to add a stanza called &lt;CODE&gt;[user_info]&lt;/CODE&gt; and specify the admin user and what password you wish to use.&lt;/LI&gt;
&lt;LI&gt;Then restart Splunk. This will generate a new &lt;STRONG&gt;$SPLUNK_HOME/etc/passwd&lt;/STRONG&gt; file.&lt;/LI&gt;
&lt;LI&gt;If you had something other than vanilla in the passwd file (other lines, other admin users) you need to put them back into the new passwd file and restart Splunk again.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Sample &lt;STRONG&gt;$SPLUNK_HOME//etc/system/local/user-seed.conf file&lt;/STRONG&gt; &lt;CODE&gt;[user_info]&lt;/CODE&gt; stanza&lt;/P&gt;

&lt;P&gt;[user_info]&lt;BR /&gt;
USERNAME = admin&lt;BR /&gt;
PASSWORD = password&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      * Password must meet complexity requirements. [See the docs][1].
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 May 2018 23:28:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326025#M8372</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2018-05-02T23:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326026#M8373</link>
      <description>&lt;P&gt;If you have local access to the server, you can do this from commandline. Password must be at least 8 characters.&lt;/P&gt;

&lt;P&gt;splunk cmd splunkd rest --noauth POST /services/admin/users/admin "password=YourPasswordHere"&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 02:42:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326026#M8373</guid>
      <dc:creator>furrowaw</dc:creator>
      <dc:date>2018-05-03T02:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326027#M8374</link>
      <description>&lt;P&gt;this procedure is retarded... &lt;BR /&gt;
thanks for clarifying it tho!&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 07:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326027#M8374</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2018-05-03T07:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326028#M8375</link>
      <description>&lt;P&gt;I copied my Development Spunk v6.x passwd file to Splunk v7.1, and I managed to use the v6.x admin password to get back in to Splunk v7.&lt;BR /&gt;
Is there any way to stop Splunk v7 from insisting on using the new password naming rules?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jul 2018 03:40:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326028#M8375</guid>
      <dc:creator>nk-1</dc:creator>
      <dc:date>2018-07-07T03:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326029#M8376</link>
      <description>&lt;P&gt;This no longer is sufficient in Splunk 7.1 and forward.  You get no users exist message when you try to login again.  See additional posts for this to create user-seed.conf which is case sensitive&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:30:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326029#M8376</guid>
      <dc:creator>emotz</dc:creator>
      <dc:date>2018-08-14T13:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326030#M8377</link>
      <description>&lt;P&gt;My situation was bit different. I was not able to login after installing version 7.1 lab.  The steps here did work. Thanks.  &lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 22:35:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326030#M8377</guid>
      <dc:creator>sampathsilva</dc:creator>
      <dc:date>2018-08-27T22:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326031#M8378</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;How can I rename the admin account name for Splunk dev license. As it's dev license it allows single user to be created and now I want to change the name of this id.&lt;/P&gt;

&lt;P&gt;Is there any way?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:45:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/326031#M8378</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2019-07-03T15:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/504673#M11545</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I have a Splunk 7.1, on which I am performing the steps as described, but I still cannot logon.&lt;BR /&gt;&lt;BR /&gt;regards&lt;/P&gt;&lt;P&gt;Altin&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 19:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/504673#M11545</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2020-06-16T19:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/514513#M11716</link>
      <description>&lt;P&gt;This method works in 7.1+.&amp;nbsp; It worked for me.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 18:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/514513#M11716</guid>
      <dc:creator>anwarmian</dc:creator>
      <dc:date>2020-08-17T18:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Admin Password</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/525026#M11887</link>
      <description>&lt;P&gt;Hi, I do not have programming knowledge.&lt;BR /&gt;And now I forgot my Splunk Enterprise password.&lt;BR /&gt;Can someone help to guide me through how to reset the password?&lt;BR /&gt;What exactly I need to do and the path I needed to input?&lt;BR /&gt;Thank you and really appreciate your help.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Splunk pw.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11330i899FEBEF5FC0210F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Splunk pw.PNG" alt="Splunk pw.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 08:58:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Admin-Password/m-p/525026#M11887</guid>
      <dc:creator>syap</dc:creator>
      <dc:date>2020-10-16T08:58:56Z</dc:date>
    </item>
  </channel>
</rss>

