this is all incorrect.

chase 2022-01-22 23:23:49 -06:00
parent 7f518c902c
commit 78d1c00c20

15
FAQ.md

@ -48,18 +48,3 @@ rcon_password "this is right"
**If you are running IW4MAdmin remotely, you must setup the [game log server](https://github.com/RaidMax/IW4M-Admin/wiki/Game-Log-Server) python script**
**If you entered the log path manually, ensure it's correct**
## Could not execute because the specified command or file was not found
![](https://media.discordapp.net/attachments/323985097701195777/912112204017463337/unknown.png?width=720&height=113)
**We ran into this issue troubleshooting _IW4M-Admin_ on Debian based hardware.**
Found out that extracting the package on a different OS ruins the encryption of the files
**Solution:**
Do not extract contents of **IW4X-Admin** on a Windows machine if you're planning on running it on a linux container/virtual machine/directly!
```
wget https://github.com/RaidMax/IW4M-Admin/releases/download/2021.11.21.3-prerelease/IW4MAdmin-2021.11.21.3.zip
mv IW4MAdmin-2021.11.21.3.zip /Your-IWAdmin-Location/IW4MAdmin-2021.11.21.3.zip
unzip IW4MAdmin-2021.11.21.3.zip
```