Skip to main content
Inspiring
December 3, 2012
Answered

Admin Console won't open using domaine.com:1111

  • December 3, 2012
  • 1 reply
  • 4998 views

When I try to login into the Admin Console to manage the Server using mydomaine.com:1111/fms_adminConsole.swf or .htm it shows an XML error message. In the same time I'm able to stream to the Server without any problem. Both ports 1111 and 1935 are opened. The Server is installed on a Centos-Linux Based VPS. . I choose Nobody as user when installing it. Can anyone help me identify what's causing this problem?                                    Here is the content of the Error Message I got:

This XML file does not appear to have any style information associated with it. The document tree is shown below.

<result>

<level>error</level>

<code>NetConnection.Connect.Rejected</code>

<description>Admin user requires valid username and password.</description>

<timestamp>Mon 03 Dec 2012 07:53:41 AM PST</timestamp>

</result>

Thanks in advance....

This topic has been closed for replies.
Correct answer ilimane

Thanks for your support.

I solved the problem in another way.

I copied the consol from its default location (/opt/adobe/fms/webroot/ : I copied both fms_adminConsole.htm and the folder "swfs" ) into my webserver (my public_html). And i'm now able to run it via the browser by typing mydomain.com/fms_adminConsole.htm You can also copy it into anywhere you want in your public_html folder even renaming the fms_adminConsole.htm file into a more commun and easy-to-type name.

Thanks again.

1 reply

Participating Frequently
December 3, 2012

Load the admin console page by accesing the URL mydomaine.com/fms_adminConsole.swf or mydomaine.com:8134/fms_adminConsole.swf
whichever port Apache is configured with (80,8134) and enter admin user name password in the boxes provided.

ilimaneAuthor
Inspiring
December 3, 2012

Thanks Manish for your quick reply.

Both mydomaine.com/fms_adminConsole.swf and mydomaine.com:8134/fms_adminConsole.swf are inaccessible and show 44 Not Found message.

I choosen to install Apache when installing FMS while there was already an Apache Server. Did that cause any problems?

ilimaneAuthorCorrect answer
Inspiring
December 4, 2012

Thanks for your support.

I solved the problem in another way.

I copied the consol from its default location (/opt/adobe/fms/webroot/ : I copied both fms_adminConsole.htm and the folder "swfs" ) into my webserver (my public_html). And i'm now able to run it via the browser by typing mydomain.com/fms_adminConsole.htm You can also copy it into anywhere you want in your public_html folder even renaming the fms_adminConsole.htm file into a more commun and easy-to-type name.

Thanks again.