And how are you installing this? Is it via apt-get or compiling the source?
Regards
I have just tested adding vdradmin-am using from the console;
sudo su - <return>
apt-get install vdradmin-am <return>
Now edit the following conf... making sure you change the default user/password and set the 'SERVERPORT = 8001' (set to a port you have opened in the LinuxMCE firewall... 8001 is just the default);
joe /var/lib/vdradmin-am/vdradmind.conf (**I use the Joe editor to do this) <return>
Save your changes to the above.
Now edit the vdradmin-am file... change the 'ENABLED="0"' to 'ENABLED="1"';
joe /etc/default/vdradmin-am <return>
Save your changes to the above.
Now make sure vdr is running;
/etc/init.d/vdr restart <return>
and then start vdradmin-am;
/etc/init.d/vdradmin-am start <return>
Now go to a Web browser on your Core and type
http://localhost:8001 (**port No. you set in the conf) or from another machine on your LAN
http://192.168.80.1:8001 (**or whatever IP your Core's LAN address is and the port you set in the conf)