Announcement

Collapse
No announcement yet.

All the day to set up webadmin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    All the day to set up webadmin

    It won't work :/
    I got in the Config folder:
    DefaultWeb.ini
    DefaultWebAdmin.ini
    UTWeb.ini (i past the content of DefaultWeb.ini avec set it to bEnabled=true changed the port to 9080)
    Here is my command line to start the server:
    Code:
    ./ut3 server WAR-Serenity?Game=UTGameContent.UTOnslaughtGame_Content?GameMode=2?Numplay=0?MaxPlayers=12?NumPublicConnections=24?NumPrivateConnections=0?MinNetPlayers=1?TimeLimit=30?GoalScore=3?BotSkill=3?bIsDedicated=true?bUseStats=true?bShouldAdvertise=True?AdminName=AdminUser?AdminPassword=******-Login=redbul6666 -Password=****** Log=myserver.log -multihome=xx.xx.xx.xx -unattended >/home/ut3user/UT3_Server/Server_Logs/server.log 2>&1 &
    ut3user is an unprivileged user to run the server.
    And take a look at the log file:
    Code:
    ScriptLog: Webserver is not enabled.  Set bEnabled to True in Advanced Options.
    ScriptLog: Destroying WebServer
    Dunno what to do now, i tryed al the day to get it works but i can't.

    Thanks for your help

    #2
    I finally found how to do

    I'm running Ubuntu 7.10 server
    I installed the server in /home/xxuser/UT3_Server
    and i saw that folder .Unreal Tournament 3 in /home/xxuser/
    with ssh i write this command line:
    Code:
    cd .Unreal\ Tournament\ 3
    And in that folder i saw another one called Config with the UTWeb.ini
    which is the one to configure to activate the WebAdmin

    Hope it will help other people

    Comment


      #3
      Originally posted by Lereyn View Post
      I finally found how to do
      Code:
      cd .Unreal\ Tournament\ 3
      Alternatively you can use the -nohomedir option if you have your config files in your base directory.

      Comment

      Working...
      X