Server Webpanel Instructions

Server webpanel instructions.

Managing The Server

Admin Page: http://localhost:1234/

1: NAT type and kick players

2:Disband lobbys

For public hosting use http://localhost:8080/ this displays players and lobbys no kick button.


Change The Server Access

Edit the project-bo4.json if you want to change the access IP to limit people connecting to the webpanel.

"httpserver": {
    "access_ip": "0.0.0.0"
}

Replace "0.0.0.0" or whatever value you have with the IP address you only want to be able to access the webpanel. (Leaving it "0.0.0.0" - will allow anyone to access the webpanel with your ip:8080 ) To know your IP address, you can use this website: https://whatismyipaddress.com/, only you will be able to connect to the webpanel.

Last updated