Error when deploying a remote Nucleus Server

Hi, I’m trying to deploy a nucleus server in a remote server (Linux), to which I have access via SSH (when I’m connected to a vpn). For this, I’m following this guide:

I put in the SERVER_IP_OR_HOST variable the IP of the remote server and custom passwords. I can pull the docker images with docker-compose with no problems and do docker-compose up. I can access the Nucleus Navigator at http://<SERVER_IP>:8080/omniverse://<SERVER_IP>/, but I got this:

Here are some logs of the containers:

nucleus-search-1 | 2026-07-29 15:49:38,579 | Returning prefixes took 0.00s
nucleus-discovery-1 | 2026-07-29 15:49:38,579 | > [5] DiscoverySearch.find: {'query': {'service_interface': {'origin': 'OmniAuth.idl.ts', 'name': 'Tokens', 'capabilities': {'refresh': 0}}, 'supported_transport': [{'name': 'http_file', 'meta': {}}, {'name': 'connlib', 'meta': {}}, {'name': 'sows', 'meta': {'marshaller': 'bs', 'serializer': 'json', 'ssl': 'true'}}, {'name': 'sows', 'meta': {'marshaller': 'bs', 'serializer': 'json', 'ssl': 'true', 'supports_path': 'true'}}, {'name': 'sows', 'meta': {'marshaller': 'bs', 'serializer': 'json', 'ssl': 'false'}}, {'name': 'sows', 'meta': {'marshaller': 'bs', 'serializer': 'json', 'ssl': 'false', 'supports_path': 'true'}}], 'meta': {'deployment': 'external'}}, 'version': 2}
nucleus-discovery-1 | 2026-07-29 15:49:38,580 | < [5] DiscoverySearch.find: {'found': True, 'service_interface': {'origin': 'OmniAuth.idl.ts', 'name': 'Tokens', 'capabilities': {'generate': 2, 'refresh': 1, 'invalidate': 0, 'subscribe': 0, 'create_api_token': 2, 'delete_api_token': 0, 'get_api_tokens': 0, 'auth_with_api_token': 1}}, 'transport': {'name': 'sows', 'params': '{"host": "<SERVER_IP>", "port": 3100}', 'meta': {'marshaller': 'bs', 'serializer': 'json', 'ssl': 'false'}}, 'meta': {'deployment': 'external', 'version': '1.5.9+tag-1.5.9.gitlab.49304507.e4ddf19c', 'login_url': 'http://<SERVER_IP>:3180/'}, 'version': 2}
nucleus-auth-1 | 2026-07-29 15:49:38,625 | > [1] Tokens.refresh: {'version': 0}
nucleus-auth-1 | 2026-07-29 15:49:38,626 | < [1] Tokens.refresh: {'status': 'DENIED', 'version': 1, 'username': None}
nucleus-log-processor-1 | Processing API Server logs
nucleus-log-processor-1 | Detaching log /omni/log/api/Access.log...
nucleus-log-processor-1 | > /omni/log/api/Access_OLD.log
nucleus-log-processor-1 | Launching API detach log command
nucleus-log-processor-1 | /usr/bin/python3.10 /omni/log_processor/detach_api_log.py -s nucleus-api -p 3006
nucleus-log-processor-1 | > attempting to connect to ws://nucleus-api:3006
nucleus-log-processor-1 | > detaching API log
nucleus-log-processor-1 | > log detached, sleeping 1 second
nucleus-log-processor-1 | > done
nucleus-log-processor-1 | > copying /omni/log/api/Access_OLD.log to have it in event of a crash
nucleus-log-processor-1 | > dest: /omni/log/api/debug/Access.log.2026-07-29-15-49-51
nucleus-log-processor-1 | > processing records from: /omni/log/api/Access_OLD.log
nucleus-log-processor-1 | > writing to : /omni/log/api/Access.log.current
nucleus-log-processor-1 | > processed 77 lines
nucleus-log-processor-1 | Deleting /omni/log/api/Access_OLD.log
nucleus-log-processor-1 | Deleting debug copy /omni/log/api/debug/Access.log.2026-07-29-15-49-51
nucleus-log-processor-1 | Processing LFT Server logs
nucleus-log-processor-1 | /omni/log/lft/access.log is not there: nothing to process, skipping

I don’t know what I can be doing wrong, I tried to repeat the process (downloading new files from the NGC Catalog), but I end up with the same results.

My objective with this is to connect the a FlexSim simulator (installed locally) with a IsaacSim Simulator (5.1.0) (installed in the same remote server in a docker container) and have a live session between both simulators (In the different guides I have seen, a Nucleus Server is required for that).

Can anyone help me?

Thanks in advance!

Ok, now it is solved. I removed the files related with Nucleus Server from the system and I followed the guide (again). Now I have access to the Nucleus Server