Heb je in de ini file ingesteld dat je webadmin mag gebruiken ?
indien niet voeg dan volgende regels toe:
[UWeb.WebServer]
ServerName= This should really be called ServerAddress. This is the value that the webserver will use to convert relative URLs into absolute URLs. If this value is left blank, the webserver will attempt to fill it with the IP address of the server. Generally, this should be left blank, unless you are running the server behind NAT or using a multihome server.
Applications[0]=xWebAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=xWebAdmin.UTImageServer
ApplicationPaths[1]=/images The value of each Applications line is the name of the class responsible for handling connections to the path specified in the corresponding ApplicationPaths entry (Connections to //server.ip/ServerAdmin are handled by Applications[0], since that is the value for ApplicationPaths[0])
DefaultApplication=0 Specifies the application that will handle connections which provide no subpath (
http://server.ip/ )
bEnabled=True Enables the UT webserver
ListenPort=80 This is the port that the webserver will listen for connections on
MaxConnections=30 Maximum number of open connections allowed to the webserver at the same time. If you find that you are getting lots of missing images or pages, try increasing this value.
ExpirationSeconds=86400 Much of the webadmin content is cached client-side to speed up processing of each request. This setting determines how long (in seconds) browsers should use the cached content before it is considered "stale
http://www.unrealadmin.org/modules.php?name=Sections&op=viewarticle&artid=37#xwebadminutserveradmin
De url is dan
http://ip-van-de-server:80 (afhankelijk van de setting ListenPort=80 )
edit:
http://www.unrealadmin.org/modules.php?name=Sections&op=viewarticle&artid=32#Webadmin