Follow these steps to install Icecast on Windows.
The Default Install Directory for IceCast is C:\\Program Files\\IceCast. In this directory will be a file icecast.xml. Open this file, and make the following revisions listed below:
\nIf you get Access Denied when attempting to save this file, it's due to an issue with Permissions. A simple workaround is to save the icecast.xml file to your Desktop, delete the "old" icecast.xml file from C:\\Program Files\\IceCast, and then drag the "new" icecast.xml file into C:\\Program Files\\IceCast.
<location>
<span style="background:yellow">Wisconsin, USA</span>
</location>
<admin>
<span style="background:yellow">admin@example.com</span>
</admin>
<source-<wbr>password>
<span style="background:yellow">hackme</span>
</source-<wbr>password>
<br>
<relay-<wbr>password>
<span style="background:yellow">hackme</span>
</relay-<wbr>password>
<br>
<admin-<wbr>user>admin</admin-<wbr>user>
<br> <admin-<wbr>password>
<span style="background:yellow">hackme</span>
</admin-<wbr>password>
<br>
<hostname>
<span style="background:yellow">192.168.0.108</span>
</hostname>
<port>
<span style="background:yellow">8123</span>
</port>
If we click on the Windows Start Icon, in All Programs, locate the Icecast folder, right click on the file Icecast web status (public), and select properties. By default, the URL will be http://127.0.0.1./:8000/. Change the port number here to be the same as the port number you set in your Icecast.xml file, such as http://127.0.0.1./:8123/.