Updated Knowledge Base (markdown)

RaidMax 2022-06-07 11:27:24 -05:00
parent 4a39bf3911
commit 07091672f3

@ -15,9 +15,15 @@ This is also covered in the [IW4MAdmin Setup](https://youtu.be/xpxEO4Qi0cQ?t=917
***
### How do I access the webfront from a different machine?
All you need to do is allow TCP port 1624 (or whatever port you've set on `WebfrontBindUrl`) through your firewall (if applicable).
Then navigate to `http://<machine_ip_here>:<bound_port_here>` where the machine IP is either then WAN (external) or LAN (local) IP address.
### What format should I use for `WebfrontPrimaryColor` and `WebfrontSecondaryColor`?
These options support [hex color codes](https://htmlcolorcodes.com/) and [web color names](https://www.w3schools.com/colors/colors_names.asp)
***
**Examples**
- `"#ff00ff"`
- `"DeepSkyBlue"`