Jump to content

Ports: Difference between revisions

From Kingpin Wiki
No edit summary
m just some typos
 
Line 22: Line 22:
| 27900 || UDP || master2.kingpin.info || [https://master.errorist.eu/s/kingpin master.errorist.eu]
| 27900 || UDP || master2.kingpin.info || [https://master.errorist.eu/s/kingpin master.errorist.eu]
|}
|}
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:


<span style="color: #e7c258;">setmaster master.kingpin.info</span>
<span style="color: #e7c258;">setmaster master.kingpin.info</span>
Line 40: 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>
<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.
sv_master1 can't be configured.

Latest revision as of 17:15, 18 March 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

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


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.