vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
228 stars 45 forks source link

Webadmin inputs are incorrect[BUG] #199

Closed Lowebrew closed 11 months ago

Lowebrew commented 1 year ago

in the sdtdserver.xml, the webadmin inputs are incorrect, here are the correct inputs

property name="ControlPanelEnabled" value="true" / !-- Enable/Disable the web control panel -- property name="ControlPanelPort" value="8080" / !-- Port of the control panel webpage -- property name="ControlPanelPassword" value="passwordhere" / !-- Password to gain entry to the control panel --