How to set up a retro in 2025 (IIS) (Nitro HTML5) - (Part 3)

React

Member
Sep 17, 2023
335
186
You mean the ExternalTexts file? what should i look for
Yes, and just check that your links are all connected properly and that the IP/domain is correct. It’d also be good to make sure that the appropriate port is open for incoming connections.
 

thomgroot01

New Member
Jul 2, 2024
15
0
Make sure you've added a subdomain in Cloudflare and edit bindings > add on your IIS.
Hi, also added the bindings and everything, but no luck for the housekeeping site. As i already asked, there should be files for the housekeeping site right? I can make a subdomain and navigate to hk.domain, but i just reach my default hotel page.

Another question, is there a way to change my websocket address from wss://nitro.domain:2096 to only nitro.domain ? I've tried this with a nginx reverse proxy, but the nitro client just wants to request from nitro.domain:2096 everytime, changed everything that i could find already (in the renderer file, reverse proxy rules, etc).
 

Joe

Well-Known Member
Jun 10, 2012
4,194
1,972
Hi, also added the bindings and everything, but no luck for the housekeeping site. As i already asked, there should be files for the housekeeping site right? I can make a subdomain and navigate to hk.domain, but i just reach my default hotel page.

Another question, is there a way to change my websocket address from wss://nitro.domain:2096 to only nitro.domain ? I've tried this with a nginx reverse proxy, but the nitro client just wants to request from nitro.domain:2096 everytime, changed everything that i could find already (in the renderer file, reverse proxy rules, etc).
Yeah you need to download the housekeeping from Objects Git, then point it to there. That’s the port wss/nitro use so probably not.
 

H2KKI2

New Member
Jun 20, 2024
9
2
I followed everything, hosting of the website works. But once I try to join with nitro I get stuck at 40% and get the following error in the attached image. There is a post online op someone where he has the same problem at 40%:

I have everything the same as that guy, seems to me everything is connected in the correct way. yet no solution.
 

Attachments

  • error.png
    error.png
    6.1 KB · Views: 27
Last edited:

thomgroot01

New Member
Jul 2, 2024
15
0
I followed everything, hosting of the website works. But once I try to join with nitro I get stuck at 40% and get the following error in the attached image. There is a post online op someone where he has the same problem at 40%:

I have everything the same as that guy, seems to me everything is connected in the correct way. yet no solution.
You made sure the port is port forwarded in your router?
 

H2KKI2

New Member
Jun 20, 2024
9
2
You made sure the port is port forwarded in your router?
I mean I can access the port 80, did the exact same thing for port 2096. When I check it on port checker with my public IP it says it's closed but when I check it with my domain that is linked to my public IP it says it's open.
 

Users who are viewing this thread

Top