Skip to main content
January 29, 2009
Question

Access Admin Panel Outside Server?

  • January 29, 2009
  • 2 replies
  • 2314 views
When i try to access the admin panel on the default port : 1111 Example: MyServerIP:1111

I get this error
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>1/29/2009 6:16:15 AM</timestamp>
</result>

How do i access the admin panel so i can create instances from home without having to Remote Desktop into the server to do it internally ?
    This topic has been closed for replies.

    2 replies

    January 29, 2009
    Thanks your the best
    January 29, 2009
    That's the port for the admin service, not for the admin console. If you want the console to be available from your website, copy the following 3 files (they are in the FMS installation directory) to a web-accessible location:

    fms_adminConsole.swf
    fms_adminConsole.html
    AC_RunActiveContent.js

    Then access the console from your website:

    http://www.mysite.com/fms_adminConsole.html

    Alternately, you can just copy those 3 files to your local machine, and just run the html file in a browser.