> For the complete documentation index, see [llms.txt](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.ordinalshelp.com/bitcoin-core-ord-client-setup-on-windows/how-to-find-.cookie-file.md).

# How to Find .cookie file

First, **make sure your Bitcoin Core is running**. The cookie file will not populate unless Bitcoin Core is open and running.

Here is how to easily find where the cookie file is located:

Open Bitcoin Core -> Window -> Information

<figure><img src="/files/uTtmVHs6OcZT7Vpo8lJA" alt=""><figcaption></figcaption></figure>

The Datadir folder path should lead you to the cookie file:

<figure><img src="/files/x9rz0WMCi0obnoeOeNZk" alt=""><figcaption></figcaption></figure>

There it is! You can Right Click -> Copy as path.

<figure><img src="/files/37ErWRUVwL4bbVm9RLdM" alt=""><figcaption></figcaption></figure>

Now you can use that path to perform commands on ord client. &#x20;

Example:

```
./ord --cookie-file <PASTE-COOKIE-PATH> server
```
