Jump to content

Ports: Difference between revisions

From Kingpin Wiki
Created page with "{| class="wikitable" |- ! Ports: !! Protocol: !! Service: !! Details: |- | 27900 || UDP|| Master || setmaster master.kingpin.info |- | 31500-31509 || UDP || Client || Kingpin Client Query Port |- | 31510-31519|| UDP || Server || Kingpin Server Connection Port |} There are more Master servers. They forward to: {| class="wikitable" |- ! Ports: !! Protocol: !! Kingpin.info Master Server: !! Details: |- | 27900 || UDP || master.kingpin.info || master0.kingpin.info |- | 27900..."
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 16: Line 16:
| 27900 || UDP || master.kingpin.info || master0.kingpin.info
| 27900 || UDP || master.kingpin.info || master0.kingpin.info
|-
|-
| 27900 || UDP || master0.kingpin.info || master.hambloch.com
| 27900 || UDP || master0.kingpin.info || [http://kingpin.hambloch.com/ master.hambloch.com]
|-
|-
| 27900 || UDP || master1.kingpin.info || master.333networks.com
| 27900 || UDP || master1.kingpin.info || [https://master.333networks.com/s/kingpin master.333networks.com]
|-
|-
| 27900 || UDP || master2.kingpin.info || master.errorist.eu
| 27900 || UDP || master2.kingpin.info || [https://master.errorist.eu/s/kingpin master.errorist.eu]
|-
| 27900 || UDP || master3.kingpin.info || [https://master.frag-net.com/kingpin/ master.frag-net.com]
|}
|}
If you don't know what to add to youre server.cfg just add:
If you don't know what to add to your server.cfg just add:<br>
<span style="color: #e7c258;">setmaster master.kingpin.info</span>
<span style="color: #e7c258;">setmaster master.kingpin.info</span><br>
It will always point to the correct master server.
It will always point to the correct master server.
If you want to add more master servers:
 
<span style="color: #e7c258;">setmaster master0.kingpin.info master1.kingpin.info master2.kingpin.info</span>
If you want to add more master servers:<br>
<span style="color: #e7c258;">setmaster master0.kingpin.info master1.kingpin.info master2.kingpin.info master3.kingpin.info</span>
<hr style="height: 2px; border-width: 0; background-color: #e7c258;" />
<hr style="height: 2px; border-width: 0; background-color: #e7c258;" />
{| class="wikitable"
{| class="wikitable"
|+ For KingpinQ3:
|+ For [https://www.kingpinq3.com/ KingpinQ3]:
|-
|-
! Ports: !! Protocol: !! Kingpin.info Master Server: !! Details:
! Ports: !! Protocol: !! Kingpin.info Master Server: !! Details:
Line 37: Line 40:
| 27950 || UDP || master1.kq3.kingpin.info || master.hambloch.com
| 27950 || UDP || master1.kq3.kingpin.info || master.hambloch.com
|}
|}
Master server should not be needed. But if you want you could use more then 1:
Master server should not be needed. But if you want you could use more than 1:
<span style="color: #e7c258;">set sv_master2 "master0.kq3.kingpin.info" set sv_master3 "master1.kq3.kingpin.info:27950"</span>
 
sv_master1 cant be configured.
<span style="color: #e7c258;">set sv_master2 "master0.kq3.kingpin.info"</span><br>
<span style="color: #e7c258;">set sv_master3 "master1.kq3.kingpin.info:27950"</span>
 
sv_master1 can't be configured.

Latest revision as of 08:39, 31 May 2025

Ports: Protocol: Service: Details:
27900 UDP Master setmaster master.kingpin.info
31500-31509 UDP Client Kingpin Client Query Port
31510-31519 UDP Server Kingpin Server Connection Port

There are more Master servers. They forward to:

Ports: Protocol: Kingpin.info Master Server: Details:
27900 UDP master.kingpin.info master0.kingpin.info
27900 UDP master0.kingpin.info master.hambloch.com
27900 UDP master1.kingpin.info master.333networks.com
27900 UDP master2.kingpin.info master.errorist.eu
27900 UDP master3.kingpin.info master.frag-net.com

If you don't know what to add to your server.cfg just add:
setmaster master.kingpin.info
It will always point to the correct master server.

If you want to add more master servers:
setmaster master0.kingpin.info master1.kingpin.info master2.kingpin.info master3.kingpin.info


For KingpinQ3:
Ports: Protocol: Kingpin.info Master Server: Details:
27950 UDP master0.kq3.kingpin.info master.kingpinq3.com
27950 UDP master1.kq3.kingpin.info master.hambloch.com

Master server should not be needed. But if you want you could use more than 1:

set sv_master2 "master0.kq3.kingpin.info"
set sv_master3 "master1.kq3.kingpin.info:27950"

sv_master1 can't be configured.