<?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 Unable to login Splunk instance with the admin login credentials created using installation at Ubuntu in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490731#M6222</link>
    <description>&lt;P&gt;Hi, Towards Splunk tool installation completion step, when I accept the license and start Splunk service I was asked to create a login which was successful and completed the installation process.&lt;BR /&gt;When I launch &amp;lt;&amp;gt; it will ask me to enter the login details used while creating the account if it is the first time login.&lt;BR /&gt;Splunk is not accepting login details created during the installation time.&lt;BR /&gt;I tried admin/changeme as well and it did not work.&lt;BR /&gt;Am I missing something? Please advise.&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jun 2020 16:32:04 GMT</pubDate>
    <dc:creator>indut</dc:creator>
    <dc:date>2020-06-06T16:32:04Z</dc:date>
    <item>
      <title>Unable to login Splunk instance with the admin login credentials created using installation at Ubuntu</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490731#M6222</link>
      <description>&lt;P&gt;Hi, Towards Splunk tool installation completion step, when I accept the license and start Splunk service I was asked to create a login which was successful and completed the installation process.&lt;BR /&gt;When I launch &amp;lt;&amp;gt; it will ask me to enter the login details used while creating the account if it is the first time login.&lt;BR /&gt;Splunk is not accepting login details created during the installation time.&lt;BR /&gt;I tried admin/changeme as well and it did not work.&lt;BR /&gt;Am I missing something? Please advise.&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 16:32:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490731#M6222</guid>
      <dc:creator>indut</dc:creator>
      <dc:date>2020-06-06T16:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login Splunk instance with the admin login credentials created using installation at Ubuntu</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490732#M6223</link>
      <description>&lt;P&gt;Hi indut,&lt;BR /&gt;
from the version 7.1.0, at installation you have to define the admin password, it isn't yet "changeme".&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;When you install Splunk Enterprise, you must create a username and password for your administrator account. If you do not  specify any arguments when you install the software, it prompts you to create a username and a password during the installation process.&lt;BR /&gt;
If you do not create the password during installation, an unusable installation can occur. This can happen, for example, if you use the  --no-prompt Splunk CLI argument for starting Splunk Enterprise and also do not provide an administrator password in user-seed.conf. In such a case, you must create the administrator credentials manually for the instance to be accessible.&lt;BR /&gt;
If you upgrade from an older version of Splunk Enterprise, the installation uses the old administrator credentials.&lt;BR /&gt;
( see &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Security/Secureyouradminaccount" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/Security/Secureyouradminaccount&lt;/A&gt; )&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;If you don't remember your admin password, you can reset it following these steps: &lt;BR /&gt;
Prior 7.1.0&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. &lt;/LI&gt;
&lt;LI&gt;After the restart you should be able to login using the default login (admin/changeme).&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;After 7.1.0&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;splunk cmd splunkd rest --noauth POST /services/admin/users/admin "password=" &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490732#M6223</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T02:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login Splunk instance with the admin login credentials created using installation at Ubuntu</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490733#M6224</link>
      <description>&lt;P&gt;Have you tried resetting the admin password?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Security/Secureyouradminaccount"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/Security/Secureyouradminaccount&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;You must have the ability to write to the underlying password file ($SPLUNK_HOME/etc/passwd).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk cmd splunkd rest --noauth POST /services/admin/users/admin "password=&amp;lt;your password&amp;gt;"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You must restart Splunk Enterprise after making this change.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:05:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490733#M6224</guid>
      <dc:creator>zuehlaa</dc:creator>
      <dc:date>2019-09-27T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login Splunk instance with the admin login credentials created using installation at Ubuntu</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490734#M6225</link>
      <description>&lt;P&gt;Thank you Zuehlaa for your quick reply.&lt;BR /&gt;
I tried to update the passwd with the command provided above by opening passwd via vi editor and updated the above command but I was unable make use of &amp;lt;&amp;gt;/&amp;lt;&amp;gt; that I have updated in passwd file using vi editor.&lt;BR /&gt;
I followed another approach by moving passwd file as a passwd.back and then updated as below using splunk docs reference:&lt;/P&gt;

&lt;P&gt;Edit the $SPLUNK_HOME/etc/system/local/user-seed.conf file as follows:&lt;BR /&gt;
[user_info]&lt;BR /&gt;
USERNAME = admin&lt;BR /&gt;
PASSWORD = &lt;/P&gt;

&lt;P&gt;then I did below verification and I could login successfully.&lt;/P&gt;

&lt;P&gt;To verify this I tried to login using &lt;BR /&gt;
./splunk login auth --admin:&amp;lt;&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490734#M6225</guid>
      <dc:creator>indut</dc:creator>
      <dc:date>2020-09-30T02:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login Splunk instance with the admin login credentials created using installation at Ubuntu</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490735#M6226</link>
      <description>&lt;P&gt;Thank you Gcusello for your quick reply.&lt;BR /&gt;
I tried to update the passwd with the command provided above &lt;BR /&gt;
splunk cmd splunkd rest --noauth POST /services/admin/users/admin "password="&lt;/P&gt;

&lt;P&gt;by opening passwd via vi editor and updated the above command.&lt;BR /&gt;
Somehow I was unable make use of  new &amp;lt;&amp;gt;/&amp;lt;&amp;gt; that I have updated as per the above command launching passwd file  vi editor.&lt;BR /&gt;
I followed another approach that you have suggested above by moving passwd file as a passwd.back and then updated as below using splunk docs reference:&lt;/P&gt;

&lt;P&gt;Edit the $SPLUNK_HOME/etc/system/local/user-seed.conf file as follows:&lt;BR /&gt;
[user_info]&lt;BR /&gt;
USERNAME = admin&lt;BR /&gt;
PASSWORD = &lt;/P&gt;

&lt;P&gt;then I did below verification and I could login successfully.&lt;BR /&gt;
./splunk login -auth admin admin/&amp;lt;&amp;gt; &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:21:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/490735#M6226</guid>
      <dc:creator>indut</dc:creator>
      <dc:date>2020-09-30T02:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login Splunk instance with the admin login credentials created using installation at windows</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/561662#M10465</link>
      <description>&lt;P&gt;i was unable to login with my credentials can u pls help me&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 08:51:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-login-Splunk-instance-with-the-admin-login-credentials/m-p/561662#M10465</guid>
      <dc:creator>deshikmashudhi</dc:creator>
      <dc:date>2021-08-02T08:51:23Z</dc:date>
    </item>
  </channel>
</rss>

