Can not access Admin UI

hi’ guys
i have already install single instance on 10.x.x.25
i’am sure service is ok

[cratedb@cratedb-one config]$ curl 127.0.0.1:4200
{
“ok” : true,
“status” : 200,
“name” : “Dosso Resaccio”,
“cluster_name” : “crate”,
“version” : {
“number” : “4.1.4”,
“build_hash” : “6a9f8ebc5fefd63f666caa6f28e29b4b214ac7fc”,
“build_timestamp” : “2020-03-20T10:40:21Z”,
“build_snapshot” : false,
“lucene_version” : “8.4.0”
}
}

now i want access from another machine from http://10.x.x.25 :4200/

it does not work what should i do?
by the way at 10.x.x.25 i diabled firewall shutdown selinux

Put this in conf.yml file(which is in config folder of crate)
network.host: _site_, _local_

1 Like