FAQ - Quake 3
How do I setup PunkBuster Web Tool?
Put the following in your main config (i.e. generic.cfg or server.cfg):PB_SV_ENABLE // Enables punkbuster
pb_sv_httpPort #### // Port for WebTool
pb_sv_httpAddr ##.##.##.## // IP Of Server for remote access for WebTool
pb_sv_httpKey insertpasswordhere // unique password for WebTool for WebTool
If your ip is 123.123.123.456 and your password is test, then the port should be 1 + the last 3 digits of the IP.
For example:
PB_SV_ENABLE
pb_sv_httpPort 1456
pb_sv_httpAddr 123.123.123.456
pb_sv_httpKey test
To access PB web tool, do the following:
http://ipaddress:port
For our example it would be:
http://123.123.123.456:1456
You must have the password/key entered all the time in order for the buttons to work.
For more information go here:
PunkBuster For Server Administrators
