# Can't find : ~/.curator

**URL:** https://discuss.elastic.co/t/cant-find-curator/136630
**Category:** Elasticsearch
**Created:** [June 20, 2018, 7:56am UTC](https://discuss.elastic.co/t/cant-find-curator/136630 "2018-06-20T07:56:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![asalma](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/asalma/32/32199_2.png) [@asalma](https://discuss.elastic.co/u/asalma)
#### Post date: [June 20, 2018, 7:56am UTC](https://discuss.elastic.co/t/cant-find-curator/136630/1 "2018-06-20T07:56:04Z")

</div>

Hi,

I please I already install curator in a server and I had put curator.yml in : ~/.curator/curator.yml

But in this new server I can't find the path I have just this :

```auto
/usr/bin/curator
/opt/elasticsearch-curator/lib/curator
/opt/elasticsearch-curator/curator

```

Where can I create : curator.yml and action.yml ?

---

<div class="post-metadata">

### Author: ![theuntergeek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/theuntergeek/32/44961_2.png) [@theuntergeek](https://discuss.elastic.co/u/theuntergeek)
#### Post date: [June 20, 2018, 12:59pm UTC](https://discuss.elastic.co/t/cant-find-curator/136630/2 "2018-06-20T12:59:34Z")

</div>

You're not obliged to use `~/.curator/curator.yml`. You can just pass `--config /path/to/curator.yml` before the action yaml file argument.

In Unix, `~` indicates the `$HOME` path of the current user. So, the user executing Curator's `$HOME` path is where it will be looking. For example, if I had a user named `user`, `~/.curator/curator.yml` might be at `/home/user/.curator/curator.yml`

---

<div class="post-metadata">

### Author: ![asalma](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/asalma/32/32199_2.png) [@asalma](https://discuss.elastic.co/u/asalma)
#### Post date: [June 20, 2018, 1:33pm UTC](https://discuss.elastic.co/t/cant-find-curator/136630/3 "2018-06-20T13:33:51Z")

</div>

Thank you @theuntergeek

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 18, 2018, 1:33pm UTC](https://discuss.elastic.co/t/cant-find-curator/136630/4 "2018-07-18T13:33:52Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
