1.Open Your U2XMP.ini
2.Enable Web Remote Part1
[Engine.GameEngine]
CacheSizeMegs=32
UseSound=True
ServerActors=IpDrv.MasterServerUplink
;ServerActors=UWeb.WebServer // delete ";"
3.Enabale WebRemote Part 2
[UWeb.WebServer]
bEnabled=True
//If you wish to use other Port. add and change this Line(Default is 80)
ListenPort=80
MaxConnections=1 //Access Limit to WebRemote Page
4.set your ID and Pass word
[U2WebAdmin.U2ServerAdmin]
AdminUsername=
AdminPassword=
5.Access to Your WebRemote Page
http://localhost:portnum/ or
http://localIP:portnum/
Fin.