How can i enter the web control panel on my rented server?

MutysanMutysan Join Date: 2012-11-14 Member: 170843Members
edited November 2012 in Server Discussion
hello!

i rented a server at gamed.de.

the server works and i already figured out how to become admin and set mods (the people that kick guys and stuff, not the modifications :)) on the server (im really new to this :)) but there is no way to send a command to the server via control panel or something like that.

<a href="https://dl.dropbox.com/s/v7nu8rhvomnjifg/1330438956079.jpg" target="_blank">https://dl.dropbox.com/s/v7nu8rhvomnjifg/1330438956079.jpg</a>

pic related, its the wep panel on gamed.de and all the information i got, i can only modify these 4 .json files, doesnt matter if i use filezilla on ftp or the webinterface from gamed.de.

i tryed already to join the web interface from unknown worlds via "http://SERVERipANDport/index.html" and "http://FTPipANDport/index.html" but that doesnt work, the site will just not load.

am im doing it wrong or is it just not possible for me? but if it isnt possible, why do i get a web-user and web-password from gamed.de?

thanks already for any help. :)

Comments

  • CoTTonCoTTon Join Date: 2005-02-28 Member: 42773Members
    I suggest creating a ticket with your own provider to see what they can do since this question is really more in their area
  • MutysanMutysan Join Date: 2012-11-14 Member: 170843Members
    i did that already, also ask them how i can install mods and stuff.

    answer to it was something like "what web control panel?" and "what options do you need to install mods?".

    most incompetent support i ever saw.
  • ScardyBobScardyBob ScardyBob Join Date: 2009-11-25 Member: 69528Forum Admins, Forum Moderators, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Shadow
    Try just using the IP when accessing it, aka
    <a href="http://SERVERIP/index.html" target="_blank">http://SERVERIP/index.html</a>
    The webadmin defaults to port 80, so if you tried something like <a href="http://SERVERip:27015/index.html" target="_blank">http://SERVERip:27015/index.html</a> that would be the wrong port.

    If that doesn't work, they need to add the following to the command line for the server executable:
    -webadmin
    -webdomain IP
    -webport PORT

    Where IP and PORT are the server IP and the port you want for the webadmin (the port defaults to 80).
Sign In or Register to comment.