<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.piboso.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Dedicated_Server</id>
	<title>Dedicated Server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.piboso.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Dedicated_Server"/>
	<link rel="alternate" type="text/html" href="https://docs.piboso.com/wiki/index.php?title=Dedicated_Server&amp;action=history"/>
	<updated>2026-04-15T03:45:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://docs.piboso.com/wiki/index.php?title=Dedicated_Server&amp;diff=31&amp;oldid=prev</id>
		<title>PiBoSo: Created page with &quot;To start a dedicated server, launch core.exe with the following params:   core.exe -dedicated (port number) [-set params (config_file)]  for example:   core.exe -dedicated 105...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.piboso.com/wiki/index.php?title=Dedicated_Server&amp;diff=31&amp;oldid=prev"/>
		<updated>2014-01-12T00:09:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To start a dedicated server, launch core.exe with the following params:   core.exe -dedicated (port number) [-set params (config_file)]  for example:   core.exe -dedicated 105...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To start a dedicated server, launch core.exe with the following params:&lt;br /&gt;
&lt;br /&gt;
 core.exe -dedicated (port number) [-set params (config_file)]&lt;br /&gt;
&lt;br /&gt;
for example:&lt;br /&gt;
&lt;br /&gt;
 core.exe -dedicated 10510 -set params dedicated.ini&lt;br /&gt;
&lt;br /&gt;
Configuration file must be in installation path, under &amp;quot;gpbikes&amp;quot; folder.&lt;br /&gt;
&lt;br /&gt;
If not set SERVER.INI is used.&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 name =&lt;br /&gt;
 maxclient =&lt;br /&gt;
 password =&lt;br /&gt;
 admin_password =&lt;br /&gt;
 bandwidth = ; 0 -&amp;gt; low, 1 -&amp;gt; medium, 2 -&amp;gt; high&lt;br /&gt;
 max_ping =&lt;br /&gt;
 whitelist = ; the filename of the whitelist&lt;br /&gt;
 blacklist = ; the filename of the blacklist&lt;br /&gt;
 polls_disable = ; if set to 1, polls are disabled&lt;br /&gt;
 MOTD = ; message of the day&lt;br /&gt;
 &lt;br /&gt;
 [export]&lt;br /&gt;
 results =  ; html or xml, If set it will automatically export results at the end of the race&lt;br /&gt;
 directory = ; the directory where results will be saved ( must exist )&lt;br /&gt;
 units =  ; 0 -&amp;gt; metric units, 1 -&amp;gt; US units, 2 -&amp;gt; UK units&lt;br /&gt;
 &lt;br /&gt;
 [replay]&lt;br /&gt;
 save = ; 0 or 1, If set to 1 it will automatically save the full replay at the end of the race&lt;br /&gt;
 directory = ; the directory where replays will be saved ( must exist )&lt;br /&gt;
 &lt;br /&gt;
 [event]&lt;br /&gt;
 track = ; track ID ( for ex. Victoria )&lt;br /&gt;
 track_layout = ; track layout ( for ex. Short ). Empty -&amp;gt; Default;&lt;br /&gt;
 category = ; bike category allowed. Empty -&amp;gt; Open; GP125; GP125 Cup; GP500; GP1000&lt;br /&gt;
 &lt;br /&gt;
 [rating]&lt;br /&gt;
 class = ; A -&amp;gt; 2000+, B -&amp;gt; 1600-1999; C -&amp;gt; 1200-1599; D -&amp;gt; 800-1199&lt;br /&gt;
 &lt;br /&gt;
 [weather]&lt;br /&gt;
 realistic = ; 0 or 1, if set to 1, following params are ignored&lt;br /&gt;
 conditions = ; 0 -&amp;gt; sunny, 1 -&amp;gt; cloudy, 2 -&amp;gt; rainy&lt;br /&gt;
 temperature = ; air temperature, celsius&lt;br /&gt;
 wind_direction = ; 0 -&amp;gt; north, 1 -&amp;gt; north-east, 2 -&amp;gt; east, ..., 7 -&amp;gt; north-west&lt;br /&gt;
 wind_speed = ; meters/second&lt;br /&gt;
 track_conditions = ; 0 -&amp;gt; dry, 1 -&amp;gt; wet&lt;br /&gt;
 &lt;br /&gt;
 [hardcore]&lt;br /&gt;
 force_cockpit = ; 0 or 1&lt;br /&gt;
 no_aids = ; 0 or 1&lt;br /&gt;
 limited_tyre_sets = ; 0 or 1&lt;br /&gt;
 &lt;br /&gt;
 [race]&lt;br /&gt;
 quick_race = ; 0 or 1. If set to 1, practice, warmup, sighting lap and warmup lap are skipped&lt;br /&gt;
 practice_length = ; minutes&lt;br /&gt;
 qualify_length = ; minutes&lt;br /&gt;
 warmup_length = ; minutes&lt;br /&gt;
 sighting_lap = ; 0 or 1&lt;br /&gt;
 race_length = ; % of full length&lt;br /&gt;
 restart_delay = ; server restart time in seconds&lt;br /&gt;
 pause = ; 0 or 1. If set to 1, the event is paused and saved at the end of &amp;quot;pause_session&amp;quot;&lt;br /&gt;
 pause_session = ; practice, qualify, warmup or race&lt;br /&gt;
 pause_directory = ; the directory where data is saved. The default is &amp;quot;resume&amp;quot;&lt;br /&gt;
 resume = ; the file to load to resume an event&lt;br /&gt;
 &lt;br /&gt;
 [live]&lt;br /&gt;
 enable = ; 1 to enable live timing&lt;br /&gt;
 port = ; the UDP port&lt;br /&gt;
 password =&lt;br /&gt;
&lt;br /&gt;
You can set up to 9 additional tracks, in the &amp;quot;events&amp;quot; section:&lt;br /&gt;
&lt;br /&gt;
 track2=&lt;br /&gt;
 track2_layout=&lt;br /&gt;
 track3=&lt;br /&gt;
 track3_layout=&lt;br /&gt;
 ...&lt;br /&gt;
 ...&lt;br /&gt;
 track10=&lt;br /&gt;
 track10_layout=&lt;br /&gt;
&lt;br /&gt;
The server will move to the next at each restart and wrap to the first after the last.&lt;br /&gt;
The same track and layout can be repeated multiple times in the 10 &amp;quot;slots&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The whitelist and blacklist are a text file using the following format:&lt;br /&gt;
&lt;br /&gt;
 [entry0]&lt;br /&gt;
 guid = ........&lt;br /&gt;
 &lt;br /&gt;
 [entry1]&lt;br /&gt;
 guid = ........&lt;br /&gt;
 &lt;br /&gt;
 [entry2]&lt;br /&gt;
 guid = ........&lt;br /&gt;
&lt;br /&gt;
The GUID can be read in the &amp;quot;Profiles&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
In the dedicated server text input, it is possible to type:&lt;br /&gt;
&amp;quot;restart&amp;quot; to reset the server&lt;br /&gt;
&amp;quot;update whitelist&amp;quot; to update the whitelist&lt;br /&gt;
&amp;quot;update blacklist&amp;quot; to update the blacklist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: a license is '''not''' needed to start a dedicated server.&lt;/div&gt;</summary>
		<author><name>PiBoSo</name></author>
	</entry>
</feed>