Is port 6379 open?

redis is installed and running

and Hestia’s firewall is open for port 6379

But Redis isn’t listening on port 6379

[img=https://ibb.co/WpmLgcV[/img]

What should I check/do next?

Keep in mind that redis is not part of Hestia.

I don’t know what you want to do but usually you wouldn’t need to open port 6379 because you usually will connect to redis from localhost and those connections are by default accepted by firewall.

lsof -Pn -i:6379 -sTCP:LISTEN

systemctl status redis-server

And check redis log:
/var/log/redis/redis-server.log

3 Likes

make sure to update:

bind 127.0.0.1 -::1

To listen to public address

Also make sure to protect the redis server with username and password…

2 Likes