> For the complete documentation index, see [llms.txt](https://guide.darkbot.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.darkbot.eu/master.md).

# General

## What you need to have to run bot?

Bot is working only on **64Bit** Systems.&#x20;

Windows 10 and Windows server 2016/2019 is only supported.

**Windows 7/8/8.1 and Windows server 2012** **can give trouble and we are not helping if you have any issues on these systems.**

To have all dependencies installed to be able to run bot,  **Run as Admin** <https://darkbot.eu/downloads/Runtimes4DarkBot.exe>

## If you are using VPS:

&#x20;**Disable IE security** settings, windows server has this enabled by default! (See image):

![Turning off IE security](/files/-M6uExq2tp6zwEbHlHj6)

**Windows Server 2016 with Desktop Experience**

Open Powershell with administrative rights and enter

```
dism /online /add-package /packagepath:"C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
```

**Windows Server 2019 with Desktop Experience**

Open Powershell with administrative rights and enter

```bash
dism /online /add-package /packagepath:"C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum"
```

{% hint style="info" %}
After all restart the server
{% endhint %}
