Right after Redis starts in the installation, it outputs this: Warning: Could not create server TCP listening socket *:6379: bind: Address already in use then Failed listening on port 6379 (TCP), aborting. I have no clue why this happens. I’ve switched the ports in the Redis configuration file and this problem still occurs. Other articles have not helped.
I do have the A address properly setup in my DNS records. Ports 443 and 80 are not in use and available when I run the setup command.
When running curl https://mywebsite.app- curl: (7) Failed to connect to mywebsite.app port 443 after 33 ms: Couldn’t connect to server
After killing what was using port 443 (it was being used during setup), and running curl again, it returned the same thing (the only difference being the times- 33ms → 2ms before outputting)
(I’m not sure if it’s supposed to output Discourse installed or something along those lines, however it does not do that)
Running Ubuntu 24.04.3 LTS, Digital Ocean droplet