I have a problem connecting the remote site and the manager and have no clue how to fix it.
On a site/zone, I have installed Unimus Core and, in the configuration, set our public IP of the manager, set the default 5509 port and the remote access key of the site.
After successful installation, the site didn't show up in the manager, and upon checking the logs, I see that the connection gets established and then closes the moment after. You can see the code from the log below.
Code: Select all
2024-06-04 10:42:39.752 INFO 16324 --- [conn-retry-1] s.n.t.c.i.CoreConnectionLogger : Connected 'PUBLIC_IP:5509:54990:bb886fcb-a73f-46de-bc3e-7803230cb40f'
2024-06-04 10:42:39.752 INFO 16324 --- [core-io-acceptor-4] s.n.t.c.i.CoreConnectionLogger : Closed 'PUBLIC_IP:5509:54990:bb886fcb-a73f-46de-bc3e-7803230cb40f'
2024-06-04 10:42:44.746 INFO 16324 --- [conn-retry-1] .t.c.CustomTcpNioClientConnectionFactory : Connecting to PUBLIC_IP:5509, timeout: 5000 ms
2024-06-04 10:42:44.757 INFO 16324 --- [conn-retry-1] s.n.t.c.i.CoreConnectionLogger : Connected 'PUBLIC_IP:5509:54991:9d34dd11-c510-494a-81fb-290800338897'
2024-06-04 10:42:44.762 INFO 16324 --- [core-io-acceptor-5] s.n.t.c.i.CoreConnectionLogger : Closed 'PUBLIC_IP:5509:54991:9d34dd11-c510-494a-81fb-290800338897'
Thank you for your time and help, and if you require any more information from me, I will gladly provide it.