server doesnt start?

Moderator: NADEO

Post Reply
ErikZown
Posts: 4
Joined: 25 May 2013, 17:44

server doesnt start?

Post by ErikZown »

Hey, im pretty new to this. But i want to start a game server.
I got a dedicated server and i have installed Everything via APT repository:

I have edited and fixed dedicated_cfg.txt and TMStadiumA.txt and also created a server login here
https://player.maniaplanet.com/advanced ... ed-servers

This is the config

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>

<dedicated>
	<authorization_levels>
		<level>
			<name>SuperAdmin</name>
			<password>****</password>
		</level>
		<level>
			<name>Admin</name>
			<password>****</password>
		</level>
		<level>
			<name>User</name>
			<password>****</password>
		</level>
	</authorization_levels>
	
 	<masterserver_account>
		<login>maniaserv</login>
		<password>****</password>
		<validation_key>****</validation_key>
	</masterserver_account>
	
	<server_options>
		<name>Fetaste Racing</name>
		<comment>Fetaste Racing Servern någonsin! Gasen i botten, nu kör vi!</comment>
		<hide_server>0</hide_server>					<!-- value is 0 (always shown), 1 (always hidden), 2 (hidden from nations) -->

		<max_players>42</max_players>
		<password></password>
		
		<max_spectators>42</max_spectators>
		<password_spectator></password_spectator>
	
		<keep_player_slots>False</keep_player_slots>			<!-- when a player changes to spectator, hould the server keep if player slots/scores etc.. or not. --> 	
		<ladder_mode>forced</ladder_mode>				<!-- value between 'inactive', 'forced' (or '0', '1') -->
		
		<enable_p2p_upload>True</enable_p2p_upload>
		<enable_p2p_download>False</enable_p2p_download>
		
		<callvote_timeout>60000</callvote_timeout>
		<callvote_ratio>0.5</callvote_ratio>				<!-- default ratio. value in [0..1], or -1 to forbid. -->
		<callvote_ratios>
			<voteratio command="Ban" ratio="-1"/>
			<!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", ... -->
		</callvote_ratios>

		<allow_map_download>True</allow_map_download>
		<autosave_replays>False</autosave_replays>
		<autosave_validation_replays>False</autosave_validation_replays>

		<referee_password></referee_password>
		<referee_validation_mode>0</referee_validation_mode>		<!-- value is 0 (only validate top3 players),  1 (validate all players) -->

		<use_changing_validation_seed>False</use_changing_validation_seed>

		<disable_horns>False</disable_horns>
		<clientinputs_maxlatency>0</clientinputs_maxlatency>		<!-- 0 mean automatic adjustement -->
	</server_options>
	
	<system_config>
		<connection_uploadrate>512000</connection_uploadrate>		<!-- Kbits per second -->
		<connection_downloadrate>512000</connection_downloadrate>		<!-- Kbits per second -->

		<allow_spectator_relays>False</allow_spectator_relays>

		<p2p_cache_size>600</p2p_cache_size>

		<force_ip_address></force_ip_address>
		<server_port>2350</server_port>
		<server_p2p_port>3450</server_p2p_port>
		<client_port>0</client_port>
		<bind_ip_address></bind_ip_address>
		<use_nat_upnp></use_nat_upnp>

		<gsp_name></gsp_name>						<!-- Game Server Provider name and info url -->
		<gsp_url></gsp_url>						<!-- If you're a server hoster, you can use this to advertise your services -->

		<xmlrpc_port>5000</xmlrpc_port>
		<xmlrpc_allowremote>False</xmlrpc_allowremote>			<!-- If you specify an ip adress here, it'll be the only accepted adress. this will improve security. -->
		
		<blacklist_url></blacklist_url>
		<guestlist_filename></guestlist_filename>
		<blacklist_filename></blacklist_filename>
		
		<title>TMStadium</title>		<!-- SMStorm, TMCanyon, ... -->

		<minimum_client_build></minimum_client_build>			<!-- Only accept updated client to a specific version. ex: 2011-10-06 -->

		<disable_coherence_checks>False</disable_coherence_checks>	<!-- disable internal checks to detect issues/cheats, and reject race times -->

		<use_proxy>False</use_proxy>
		<proxy_login></proxy_login>
		<proxy_password></proxy_password>
	</system_config>
</dedicated>
anyway, im running the command ./RunSrvTM.sh
and the message i get is

Code: Select all

Starting ManiaPlanet Date=2013-05-16-12_00 Svn=50517 GameVersion=3.3.0...
Initializing...
Configuration file : dedicated_cfg.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Listening for xml-rpc commands on port 5000.
ManiaPlanet server daemon started with pid=27142 (parent=27139).
but when im looking at htop, i dont see any process for it.
And also i dont find the server in the game browser...

Anyone got any ideas whats wrong?
Thanks


EDIT: NEvermind a noob like me... got it working now.
User avatar
TMarc
Posts: 15255
Joined: 05 Apr 2011, 19:10
Location: Europe
Contact:

Re: server doesnt start?

Post by TMarc »

what was the error? You forgot to add maps? Chose the wrong map list?
ErikZown
Posts: 4
Joined: 25 May 2013, 17:44

Re: server doesnt start?

Post by ErikZown »

TMarc wrote:what was the error? You forgot to add maps? Chose the wrong map list?
Problem was i was running this ./RunSrvTM.sh
but by going to the folder by cd command and run "./ManiaPlanetServer /game_settings=MatchSettings/TMStadiumA.txt /dedicated_cfg=dedicated_cfg.txt /title=TMStadium" got it working.
User avatar
TMarc
Posts: 15255
Joined: 05 Apr 2011, 19:10
Location: Europe
Contact:

Re: server doesnt start?

Post by TMarc »

ok, thanks :thumbsup:
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: Baidu [Spider] and 1 guest