Hi !


I've installed an evaluation copy of Flash Media Server 2 from adobe
web site (downloaded file = FlashMediaServer2.tar.gz).

After the installation of FMS2 on Linux RH4 machine under /usr/local/
fms, the server is launched automaticly after
the install.

Here is the summary of the install :

----------- Install Action Summary -----------

Installation directory = /usr/local/fms

FMS Server Port = 1935
FMS Admin Server Port = 1111

Administrative username = admin
Administrative password = (suppressed)

FMS owner = root

FMS service user = root
FMS service user group = root
Start FMS = Yes


the PS command show that the server is online :


[root@PF9SOSSTR conf]# ps -edf | grep fms
root 11242 1 0 10:36 pts/1 00:00:00 ./fmsmaster -console
root 11249 11242 0 10:36 pts/1 00:00:28 /usr/local/fms/fmsedge
-edgeports :1935 -coreports :19350 -conf /usr/local/fms/conf/
Server.xml -adaptor _defaultRoot_ -name _defaultRoot__edge1
root 11252 11242 0 10:36 pts/1 00:00:40 /usr/local/fms/fmscore
-adaptor _defaultRoot_ -vhost _defaultVHost_ -app registry -inst -
console -conf /usr/local/fms/conf/Server.xml -name
_defaultRoot_:_defaultVHost_:registry:
root 11357 1 0 10:36 pts/1 00:00:00 ./fmsadmin -console -
conf ./conf/Server.xml
root 11426 10967 0 12:12 pts/1 00:00:00 grep fms


the netstat show that the ports are listening :


[root@PF9SOSSTR conf]# netstat -na | grep 1111
tcp 0 0 0.0.0.0:11110
0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:1111
0.0.0.0:* LISTEN
[root@PF9SOSSTR conf]# netstat -na | grep 1935
tcp 0 0 0.0.0.0:1935
0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:19350
0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:33792
127.0.0.1:19350 ESTABLISHED
tcp 0 0 127.0.0.1:19350
127.0.0.1:33792 ESTABLISHED



My question is very simple: How to access to the web administration
interface ?

The official pdf pages do not write anything about that (or i've
missed them).


Thanks in advance,

Regards,

Knuklal

(sorry for my bad english)