# Kibana log in is currently disabled. administrators should consult the kibana logs for more details

**URL:** https://discuss.elastic.co/t/kibana-log-in-is-currently-disabled-administrators-should-consult-the-kibana-logs-for-more-details/110234
**Category:** Kibana
**Created:** [December 5, 2017, 1:38am UTC](https://discuss.elastic.co/t/kibana-log-in-is-currently-disabled-administrators-should-consult-the-kibana-logs-for-more-details/110234 "2017-12-05T01:38:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ikakavas](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ikakavas/32/34430_2.png) [@ikakavas](https://discuss.elastic.co/u/ikakavas)
#### Post date: [December 5, 2017, 7:14am UTC](https://discuss.elastic.co/t/kibana-log-in-is-currently-disabled-administrators-should-consult-the-kibana-logs-for-more-details/110234/2 "2017-12-05T07:14:26Z")

</div>

Hi @hoangkhac

As @TimV mentioned in [your other post](https://discuss.elastic.co/t/kibana-yml-does-not-contain-any-x-pack/110232/2) you can add the necessary options `xpack.security.enabled: false` in your kibana.yml and elasticsearch.yml yourself.

Regarding your main issue now, it looks like Kibana can't connect to Elasticsearch

> log [01:27:54.589] [error][status][plugin:security@6.0.0] Status changed from uninitialized to red - Authentication Exception

Verify that the credentials you have set in kibana.yml are correct

```
> elasticsearch.username: 
> elasticsearch.password:

```

You can verify the correctness of the credentials by attempting to authenticate to Elasticsearch yourself with those  
`curl -XGET http://localhost:9200 -u <user> `  
replacing with what you have in kibana.yml

---

_[View the full topic](https://discuss.elastic.co/t/kibana-log-in-is-currently-disabled-administrators-should-consult-the-kibana-logs-for-more-details/110234)._
