Dedicated Server Tutorial
v0.1 - 03.07.2020
First of all.... Hello.
Let´s finish this Quick and make a little crashcourse from this Tutorial to start a SIMPLE Trackmania 2020 Dedicated Server WITHOUT plugins!
Introduction / Files
-> Dedicated Server Files :
http://files.v04.maniaplanet.com/ser...ver_Latest.zip
-> (best way) Rootserver/vServer
in this tutorial i´m using a vServer hosted by Zap-Hosting !
THATS IT !
Setting up Server
First, create a new folder on your Desktop.
Unpack your Serverfiles into the Folder
Then go to -> Userdata/Config
and Rename the
into
Here can you Change the Accounts for SuperAdmin/Admin/and User
PHP Code:
<level>
<name>SuperAdmin</name>
<password>SuperAdmin</password>
</level>
We need it later for RCP (example)
Head up to :
https://players.trackmania.com/
- Click on " Manage "
- Click on "Dedicated Servers"
- Click on " + Create a new dedicated Server account "
- Type in your SERVER LOGIN (not Trackmania login!!)
WRITE DOWN YOUR PASSWORD !
Go back into your "dedicated_cfg"
And look for this :
PHP Code:
<masterserver_account>
<login>LOGIN</login>
<password>PASSWORD</password>
</masterserver_account>
Type in your SERVER LOGIN and SERVER PASSWORD (picture 3)
You can change your Server Name in:
PHP Code:
<server_options>
<name>TYPE HERE YOUR SERVERNAME </name>
<comment>SERVER COMMENT </comment>
IMPORTANT
Change the Server and XML ports. Example (like me)
PHP Code:
<server_port>2354</server_port>
PHP Code:
<xmlrpc_port>5004</xmlrpc_port>
Okay... Hard work done.
Lets add some Tracks!
Adding Tracks
Go to : UserData/Maps/MatchSettings
and rename the
INTO
OPEN IT
PHP Code:
<map><file>Campaigns/CurrentQuarterly/Summer 2020 - 01.Map.Gbx</file></map>
Thats Our Map-Playlist.
BUT THESE MAPS ARE NOT EXISTING IN OUR FOLDER
so.. Headup to
https://trackmania.exchange/
and Download some nice Tracks!
Put the Maps in
If the Folder doesn´t exist. Create it and copy the downloaded maps inside !
Looks fine. And now? Add it to the tracklist. How ? Like this :
So... we got our config ready... maps imported... and now? Start?
NO!
Go back to your MAIN Server Folder and Create a new .bat File!
Edit it with Notepad(++)
and put THIS inside :
PHP Code:
TrackmaniaServer.exe /title=Trackmania /game_Settings=Matchsettings/tracklist.txt /dedicated_cfg=dedicated_cfg.txt
And now just start the .bat file and you are Ready to Go!
ENJOY YOUR OWN TRACKMANIA SERVER
Copyright by Icy_Veins.