Skip to main content
Participant
August 8, 2011
Question

Cannot Access FMS Admin Console on EC2.

  • August 8, 2011
  • 2 replies
  • 1043 views

Hola,

We just installed our FMIS on Amazon services (EC2) and cannot log into the admin console. The server is running fine and we can resolve the web interface.

Is there any configuration of ports or additional user accounts other than the install credentials (root/XXXXXXX).?

Please advise,
Stephen

    This topic has been closed for replies.

    2 replies

    Participating Frequently
    August 10, 2011

    By default Admin Server is not started on EC2 FMS instances. You will have to modify fms.ini and enter credentials for Admin User i.e.

    SERVER.ADMIN_USERNAME & SERVER.ADMIN_PASSWORD in fms.ini.

    Once you put credentials details in fms.ini - start the Admin server.

    You can navigate to FMS installtion folder - which i suppose would be /opt/adobe/fms and run below command

    ./adminserver start

    This should start your admin server.

    Now like techeye said make sure 1111 is there in your security group.

    Participating Frequently
    August 9, 2011

    The admin server defaultly binds to port :1111.  Verify that your ec2 security group has a specific entry from your ip address to it.

    Note:  The admin port should not be open to the public internet.