Error Failed to open TCP connection to localhost:2633 (Connection refused - connect(2) for "localhost" port 2633)

Hi I am installing opennebula 10 in Alma 9.

Front-end - Alma 9
Firedge - Alma 9
Mysql - Rocky 9

When I import Image from fireedge UI I am getting this error. Failed to open TCP connection to localhost:2633 (Connection refused - connect(2) for “localhost” port 2633)

As this topic is follow on to my previous i am getting struk here.

Port 2633 is the port where the main opennebula service runs by default. It looks like your web interface is trying to reach it but fails to do so. Make sure to properly point the one_xmlrpc to where oned is running. Make sure oned is running as well.

From Nebula-CORE;

[root@-70-108 NEBULA ~]# telnet 10.3.110.7 2616
Trying 10.3.110.7…
Connected to 10.3.110.7.
Escape character is ‘^]’.
^CConnection closed by foreign host.
[root@e2e-70-108 NEBULA ~]# su - oneadmin
Last login: Tue Apr 22 13:02:12 IST 2025 on pts/0
[oneadmin@e2e-70-108 NEBULA ~]$
[oneadmin@e2e-70-108 NEBULA ~]$ onezone show OpenNebula
ZONE 0 INFORMATION
ID : 0
NAME : OpenNebula
STATE : ENABLED

fireedge-server.txt (2.7 KB)

ENDPOINT=“http://10.3.110.6:2633/RPC2
[oneadmin@e2e-70-108 NEBULA ~]$

I have also attached my fireedge-server.conf configuration

Try restarting the FireEdge as you configuration doesn’t point to localhost:2633. Do you get this error only. Can you do other operations in the Web UI besides image upload ?