# Open OSCAR Server Quickstart for Windows 10/11 This guide explains how to download, configure and run Open OSCAR Server on Windows 10/11. 1. **Download Open OSCAR Server** Download the latest Windows release from the [Releases page](https://github.com/mk6i/open-oscar-server/releases) and extract the `.zip` archive, which contains the application and a configuration file `settings.env`. 2. **Configure Server Address** Open `settings.env` (right-click, `edit in notepad`) and set the default listener in `OSCAR_ADVERTISED_LISTENERS_PLAIN` to a hostname and port that the AIM clients can connect to. If you are running the AIM client and server on the same machine, you don't need to change the default value. The format is `[NAME]://[HOSTNAME]:[PORT]` where: - `LOCAL` is the listener name (can be any name you choose, as long as it matches the `OSCAR_LISTENERS` config) - `127.0.0.1` is the hostname clients connect to - `5190` is the port number clients connect to In order to connect AIM clients on your LAN (including VMs with bridged networking), you can find the appropriate IP address by running `ipconfig` from the Command Prompt and use that IP instead of `127.0.0.1`. 3. **Start the Application** Launch `open_oscar_server.exe` to start Open OSCAR Server. Because Open OSCAR Server has not built up enough reputation with Microsoft, Windows will flag the application as a security risk the first time you run it. You'll be presented with a `Microsoft Defender SmartScreen` warning prompt that gives you the option to run the blocked application. To proceed, click `More Options`, then `Run anyway`.