From 07091672f3d3668fcae3c95712d63dd167fc9a90 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 7 Jun 2022 11:27:24 -0500 Subject: [PATCH] Updated Knowledge Base (markdown) --- Knowledge-Base.md | 6 ++++++ 1 file changed, 6 insertions(+) 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"`