• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
1

Unable to login to admin console on FMS 4.5

New Here ,
Apr 18, 2012 Apr 18, 2012

Copy link to clipboard

Copied

I'm in the process of upgrading our FMS install from 3.5.3 to 4.5.0.  After merging our config settings from 3.5 into 4.5 and starting the server streaming requests are processed as normal.  However I'm unable to access the admin console, attempts to do so result in the "Failed login attempt from <ip address> at <time>" error message in admin.00.log

I've tried follwing the "Edit the Users.xml file to add server administrators" section of

http://help.adobe.com/en_US/flashmediaserver/configadmin/WS5b3ccc516d4fbf351e63e3d119f2925f73-7ffd.h...

So that my Users.xml starts with

<Root>

    <UserList>

    <User name="newadmin">

        <Password encrypt="false">XXXXXXXXXX</Password>

        <Allow></Allow>

        <Deny></Deny>

        <Order>Allow,Deny</Order>

    </User>

And the newly added user still gives the same error so I'm looking for suggestions on what to try next to resolve the issue.

Thanks

Views

8.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Apr 19, 2012 Apr 19, 2012

Hi,

FMSAdmin now in 4.5 does not store your password as clear text as it used to in 3.5. So putting a password in Users.xml will not work.

For setting the FMSAdmin password here's what you have to do:

    

     1.  Set the username, which you already have- 'newadmin'

     2.  Make sure FMSAdmin is not already running.

     3.  Assuming you have installed a vanilla FMS on Linux, issue the following command from the shell

               /opt/adobe/fms/fmsadmin –console –user newadmin

          This will

...

Votes

Translate

Translate
Apr 19, 2012 Apr 19, 2012

Copy link to clipboard

Copied

Hi,

FMSAdmin now in 4.5 does not store your password as clear text as it used to in 3.5. So putting a password in Users.xml will not work.

For setting the FMSAdmin password here's what you have to do:

    

     1.  Set the username, which you already have- 'newadmin'

     2.  Make sure FMSAdmin is not already running.

     3.  Assuming you have installed a vanilla FMS on Linux, issue the following command from the shell

               /opt/adobe/fms/fmsadmin –console –user newadmin

          This will prompt you for a password. Make sure the password is minimum 8 characters.

     4.  Now go to Users.xml and check under the password tag. You should see the Salted Hash of your password placed there.

     5.  Now start your admin server. It should start without any hiccups and you can connect through the admin console.

That should do

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 23, 2012 May 23, 2012

Copy link to clipboard

Copied

What is vanilla FMS? I've been trying this but continue to get this message: /opt/adobe/fms/fmsadmin -console -user newadmin failed with return code 255 and error message. The Users.xml file does not update.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
May 23, 2012 May 23, 2012

Copy link to clipboard

Copied

Hi,

By vanilla FMS, I meant a plain installation of FMS.

For this command to succeed, please make sure that username entry 'newadmin' has been added to Users.xml as mentioned above in the post.

If not, then you can use any username. Just make sure that the corresponding entry exists in Users.xml.

Thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 27, 2013 Feb 27, 2013

Copy link to clipboard

Copied

  • when I run fmsadmin –console –user newadmin the Users.xml is unmodified
    • trying password 37qxrYGaTzkt
    • fms and fmsadmin servers are stopped
  • I'm using  ami-36ada042 fms 4.5.5.8002. 
  • I also tried <password encrypt="false">...
  • I also tried chmod 777 Users.xml
  • I also tried different clients ssh on cygwin and putty.
  • When I run fmsadmin in console mode and try to log in I get the message "Failed login attempt from <ip> at <date>"

Is there some alternative method to generating the salted password?

tia

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 27, 2013 Feb 27, 2013

Copy link to clipboard

Copied

o nm my Users.xml was malformed xmllint ftw

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Feb 28, 2013 Feb 28, 2013

Copy link to clipboard

Copied

LATEST

Hi,

Did it work for you or no?

Shiven

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines