You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament > UT Server - Windows Specific

Reply
Thread Tools Display Modes
  #1  
Unread 17th March, 2008, 12:52 PM
dark_kizz dark_kizz is offline
Killing Spree
 
Join Date: Mar 2008
Location: Montreal
Posts: 21
Default Help Start-Stop Server

Hi all !

I would like to no if there is a mod or a script ( or something )
Were i can start or stop my server from a web browser

Thank's alot for your help !!
Reply With Quote
  #2  
Unread 18th March, 2008, 12:08 AM
CPanoplyd CPanoplyd is offline
Holy Shit!!
 
Join Date: Feb 2005
Posts: 742
Default

You'll have to ask your host.

To start/stop the server you have to start/stop the UCC SERVER process on the host machine.
__________________
CPan
Reply With Quote
  #3  
Unread 20th March, 2008, 08:52 PM
dark_kizz dark_kizz is offline
Killing Spree
 
Join Date: Mar 2008
Location: Montreal
Posts: 21
Default

Ok but is there a way to turn ON and OFF from a web page or something ?

I use to rent server from VSK yearsssssss ago and i use to have a web page to turn on and off the unreal tournament game just like the web admin.
But only to shut down and restart the game .

Thank's again for your time.
Reply With Quote
  #4  
Unread 20th March, 2008, 11:38 PM
CPanoplyd CPanoplyd is offline
Holy Shit!!
 
Join Date: Feb 2005
Posts: 742
Default

Depends on your host. I've had one that only the host admins could stop/start the server...was a pain in the ass when the server would glitch and the process would shutdown. Now we have one that we can use a web page to start/stop/restart the process.
__________________
CPan
Reply With Quote
  #5  
Unread 26th March, 2008, 01:18 AM
dark_kizz dark_kizz is offline
Killing Spree
 
Join Date: Mar 2008
Location: Montreal
Posts: 21
Default

My host ?? I am the host

I installed Ut server on MY dedicated server on windows 2003 server.

So my dedicated server is located in europe ( OVH )
If it can help you this is what i rent --->>>http://www.ovh.com/fr/particulier/pr...spluslarge.xml

Do i need to install a diferant Unreal serveur to have the start/stop webpage ?

Sory if my question is not clear i'am french ( quebecois ) and i'am not this good in english .

Thank's alot for your help it's apreciated :-)

Last edited by dark_kizz : 26th March, 2008 at 01:23 AM. Reason: forgot to put one link
Reply With Quote
  #6  
Unread 29th March, 2008, 04:09 PM
CPanoplyd CPanoplyd is offline
Holy Shit!!
 
Join Date: Feb 2005
Posts: 742
Default

AH so you are renting a SERVER. Then you installed UT on it. You didn't rent a GAME SERVER for UT from a game host.

I have never looked for something like that, but maybe someone here has.
__________________
CPan

Last edited by CPanoplyd : 29th March, 2008 at 04:17 PM.
Reply With Quote
  #7  
Unread 29th March, 2008, 04:29 PM
[BSC]MasterJohnny [BSC]MasterJohnny is offline
Holy Shit!!
 
Join Date: Apr 2005
Location: Hajdúszoboszló, Hungary
Posts: 823
Default

Make a batch file like:

@echo off
:10
c:
cd\UTServer\System
ucc server DM-Deck16][.unr?game=BotPack.TeamGamePlus?mutator=MapVoteLA13 .BDBMapVote port=7777 -ini=server.ini -log=server.log
copy server.log C:\UTServer\Logs\servercrash.log
goto 10


Save it as e.g. server.bat, launch it, and you can restart your server any time by using UT's webadmin (type quit in console).
Reply With Quote
  #8  
Unread 29th March, 2008, 08:13 PM
dark_kizz dark_kizz is offline
Killing Spree
 
Join Date: Mar 2008
Location: Montreal
Posts: 21
Thumbs up

CPanoplyd --->>Yes i have a dedicated server and install UT on it ;-)


[BSC]MasterJohnny---->>>> Thank's alot man i will try this for sure.
Reply With Quote
  #9  
Unread 23rd August, 2008, 04:49 PM
DonvanVliet's Avatar
DonvanVliet DonvanVliet is offline
Godlike
 
Join Date: Feb 2004
Location: The Little House I Used To Live In
Posts: 406
Default

With the quit command you can restart your server but not stop it. He means a simple controlpanel, a html page with the commands start and stop on it. I am looking for something like that also.
__________________
[DoC]Sniperclan website
[DoC]Sniperclan Forums

Interviewer: Is it possible to say where you get your musical influences from?
Frank Zappa: Sometimes you get it from chicken. Sometimes from coffee.
Reply With Quote
  #10  
Unread 27th August, 2008, 07:37 AM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,245
Default

Most of all that is all custom stuff that the game hosts make in house. Since there is no real use for something on a more "open source" level since anyone can just login to ssh/telnet and start/stop/restart the server.
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #11  
Unread 27th August, 2008, 09:46 PM
BadSector BadSector is offline
Forum Newcomer
 
Join Date: Feb 2008
Posts: 3
Default

If you can install software on the server (or get it done for you), maybe this is an option.

Use something like FireDeamon to get the startserver.bat running as a service. ( Perfect if the server is rebooted) http://www.firedaemon.com/

And use PanelDaemon for web based acces to start/stop the startserver.bat
http://www.paneldaemon.com/
Reply With Quote
  #12  
Unread 27th August, 2008, 11:29 PM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,846
Default

Bind

Aliases[25]=(Command="adminlogin paswordadmin|pause|set input Pause unpauseserver",Alias=pauseserver)
Aliases[26]=(Command="pause|adminlogout|set input Pause pauseserver",Alias=unpauseserver)


binder on key "pause"
Pause=pauseserver

1 clik on Pause, server is paused, on more clik it whas unpaused.
Reply With Quote
  #13  
Unread 28th August, 2008, 02:32 AM
buttpirate's Avatar
buttpirate buttpirate is offline
Holy Shit!!
 
Join Date: Oct 2002
Location: USA
Posts: 1,140
Default

Quote:
Originally Posted by admin View Post
Bind

Aliases[25]=(Command="adminlogin paswordadmin|pause|set input Pause unpauseserver",Alias=pauseserver)
Aliases[26]=(Command="pause|adminlogout|set input Pause pauseserver",Alias=unpauseserver)


binder on key "pause"
Pause=pauseserver

1 clik on Pause, server is paused, on more clik it whas unpaused.
That doesn't stop/start the server.
__________________
Just when you thought it was safe to pick up the soap ..........
Reply With Quote
  #14  
Unread 28th August, 2008, 08:44 AM
DonvanVliet's Avatar
DonvanVliet DonvanVliet is offline
Godlike
 
Join Date: Feb 2004
Location: The Little House I Used To Live In
Posts: 406
Default

Yep pause is different from stopping the server.
__________________
[DoC]Sniperclan website
[DoC]Sniperclan Forums

Interviewer: Is it possible to say where you get your musical influences from?
Frank Zappa: Sometimes you get it from chicken. Sometimes from coffee.
Reply With Quote
  #15  
Unread 29th August, 2008, 12:21 PM
PaleRider PaleRider is offline
Rampage
 
Join Date: Jun 2008
Posts: 65
Default

there is also this one, haven't tried it but looks like what is needed:

http://www.unrealadmin.org/forums/sh...ad.php?t=24352
Reply With Quote
  #16  
Unread 30th August, 2008, 12:15 AM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,846
Default

Quote:
Originally Posted by buttpirate View Post
That doesn't stop/start the server.

you must set your paswordadmin in ur server UnrealTournament.ini

[Engine.GameInfo]
AdminPassword=paswordadmin
Reply With Quote
  #17  
Unread 30th August, 2008, 08:47 AM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,245
Default

Quote:
Originally Posted by admin View Post
you must set your paswordadmin in ur server UnrealTournament.ini

[Engine.GameInfo]
AdminPassword=paswordadmin
I'm not sure you understand what they are trying to do here. They don't want to pause/unpause the "game" being played. They want to start and stop the UnrealTournament server process.
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #18  
Unread 30th August, 2008, 03:21 PM
buttpirate's Avatar
buttpirate buttpirate is offline
Holy Shit!!
 
Join Date: Oct 2002
Location: USA
Posts: 1,140
Default

Quote:
Originally Posted by admin View Post
you must set your paswordadmin in ur server UnrealTournament.ini

[Engine.GameInfo]
AdminPassword=paswordadmin
Thanks for setting me straight...........
__________________
Just when you thought it was safe to pick up the soap ..........
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:27 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.