diff --git a/Knowledge-Base.md b/Knowledge-Base.md index 98087ed..dcf4af1 100644 --- a/Knowledge-Base.md +++ b/Knowledge-Base.md @@ -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://:` 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"`