Can't share nucleus server from workstation to other device using any listed method

Hello all, hope you are well. I have a nucleus server set up on a linux workstation, and I am trying to connect to it from a windows laptop.

I have followed instructions on the dcumentation: Usage — Omniverse Nucleus latest documentation, and also the tutorials on youtube: https://youtu.be/xnUTCp_vN8I?si=AfC2XVn5eyirzGs3 , https://youtu.be/6lioMmFFgWY?si=h9SGygpAK3NLDJIF. But no methods have worked so far.

I tried to “add new connection” directly from the Omniverse create or Isaac sim interface, and type in the IP address of the workstation. But I get errors shows in the images below. But even though one of the errors mentions to login from the web browser, nothing pops up to allow me to login.



The kit log file has this:

2023-09-02 21:35:52 [63,904ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(ws:///omni/discovery): Searching for services
2023-09-02 21:35:52 [63,905ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(wss:///omni/discovery): Searching for services
2023-09-02 21:35:52 [63,906ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(ws://:3333): Searching for services
2023-09-02 21:36:02 [73,907ms] [Warning] [omni.client.plugin] Tick: authentication: Discovery(ws:///omni/discovery): Timed out waiting for results for Nucleus Auth/Credentials
2023-09-02 21:36:12 [83,908ms] [Warning] [omni.client.plugin] Tick: authentication: Discovery(wss:///omni/discovery): Timed out waiting for results for Nucleus Auth/Credentials
2023-09-02 21:36:13 [84,930ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(ws://:3333): Auth/Credentials search failed: Connection is terminated
2023-09-02 21:36:13 [84,932ms] [Info] [omni.client.plugin] Tick: provider_nucleus: Connecting to omniverse:// failed: No username/password provided
2023-09-02 21:36:13 [84,938ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(ws:///omni/discovery): Searching for services
2023-09-02 21:36:13 [84,940ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(wss:///omni/discovery): Searching for services
2023-09-02 21:36:13 [84,940ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(ws://:3333): Searching for services
2023-09-02 21:36:23 [94,941ms] [Warning] [omni.client.plugin] Tick: authentication: Discovery(ws:///omni/discovery): Timed out waiting for results for Nucleus Auth/Credentials
2023-09-02 21:36:33 [104,942ms] [Warning] [omni.client.plugin] Tick: authentication: Discovery(wss:///omni/discovery): Timed out waiting for results for Nucleus Auth/Credentials
2023-09-02 21:36:34 [106,003ms] [Info] [omni.client.plugin] Tick: authentication: Discovery(ws://:3333): Auth/Credentials search failed: Connection is terminated
2023-09-02 21:36:34 [106,003ms] [Info] [omni.client.plugin] Tick: provider_nucleus: Connecting to omniverse:// failed: No username/password provided
2023-09-02 22:05:13 [1,825,379ms] [Info] [omni.isaac.synthetic_recorder.synthetic_recorder_extension] Overwriting config file c:\users\oj74\appdata\local\ov\pkg\isaac_sim-2022.2.1\exts\omni.isaac.synthetic_recorder\data\last_config.json.

But checking on the system monitor on the workstation, all services are running normally.

As for other methods:

  • When I am in nucleus navigator and try to “add server” there by entering the IP address, I get a “Failed to connect to the server”
  • I tried to add a user from the nucleus navigator on the workstation, and I used the invite link it generated on the laptop, but it still failed to connect.
  • I was able use the “Omniverse streaming client” from the windows laptop to connect to an instance of Isaac Sim/Create on the workstation, so I assume that the network on the whole is fine.

Any help or advice would be appreciated, as I in future I would like to share the nucleus server with a colleague.