# ES and Kibana are working but I can't access it

**URL:** https://discuss.elastic.co/t/es-and-kibana-are-working-but-i-cant-access-it/309795
**Category:** Elasticsearch
**Created:** [July 16, 2022, 3:48pm UTC](https://discuss.elastic.co/t/es-and-kibana-are-working-but-i-cant-access-it/309795 "2022-07-16T15:48:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RusseL](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/russel/32/77328_2.png) [@RusseL](https://discuss.elastic.co/u/RusseL)
#### Post date: [July 16, 2022, 3:48pm UTC](https://discuss.elastic.co/t/es-and-kibana-are-working-but-i-cant-access-it/309795/1 "2022-07-16T15:48:20Z")

</div>

Hi there.

I installed the latest versions of elasticsearch and kibana.

sudo systemctl status elasticsearcrh.service  
and  
sudo systemctl status kibana.service

When I run them both appear to be working.

I am able to make ssh connection to the server. But I can't ping. And i can't connection 9200 and 5601 ports.

let me know if i made a mistake.

elasticsearch.yml

```auto
cluster.name: es-crawl
node.name: node-1
path.data: /var/lib/elasticsearch 
path.logs: /var/log/elasticsearch 
bootstrap.memory_lock: true
network.host: xx.xxx.xxx.xxx
http.port: 9200
discovery.type: single-node
xpack.security.enabled: true

xpack.security.enrollment.enabled: true

xpack.security.http.ssl:
  enabled: true
  keystore.path: certs/http.p12

xpack.security.transport.ssl:
  enabled: true
  verification_mode: certificate
  keystore.path: certs/transport.p12
  truststore.path: certs/transport.p12 
http.host: 0.0.0.0

```

kibana.yml

```auto
server.port: 5601
server.host: "xx.xxx.xxx.xxx"
server.name: "es-crawl-kibana"
elasticsearch.hosts: ["https://xx.xxx.xxx.xxx:9200"]
elasticsearch.username: "kibana_system"
elasticsearch.password: "xxxxxxxx"
elasticsearch.ssl.certificateAuthorities: ["/etc/kibana/certs/http_ca.crt"]

logging:
  appenders:
    file:
      type: file
      fileName: /var/log/kibana/kibana.log
      layout:
        type: json
  root:
    appenders:
      - default
      - file

pid.file: /run/kibana/kibana.pid

```

> <https://github.com/Resul-Hasturk/Elasticsearch/blob/main/es-crawl.log>

> <https://github.com/Resul-Hasturk/Elasticsearch/blob/main/kibana.log>

---

<div class="post-metadata">

### Author: ![shrikantgulia](https://avatars.discourse-cdn.com/v4/letter/s/c68b51/32.png) [@shrikantgulia](https://discuss.elastic.co/u/shrikantgulia)
#### Post date: [July 17, 2022, 3:57am UTC](https://discuss.elastic.co/t/es-and-kibana-are-working-but-i-cant-access-it/309795/2 "2022-07-17T03:57:05Z")

</div>

check whether the version of ES and kibana is same or not?  
whether security has been enabled?  
if yes, check for certificates

Regards  
Shrikant

---

<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: [August 14, 2022, 3:57am UTC](https://discuss.elastic.co/t/es-and-kibana-are-working-but-i-cant-access-it/309795/3 "2022-08-14T03:57:44Z")

</div>

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