192.168.7.2 is NOT opening or reachable

Yes I am able to SSH into the 192.168.7.2. I am on personal network. Appending port 3000 to url was not opening in browser.

I think I figured out the issue. On opening 192.168.7.2 I was getting this page:
|460.9477124183007x255

On clicking VSCode.html, page won’t load but the port used in URL was 3000.

I was using the latest image from here

Problem was that port 3000 was disabled. It has to be enabled manually(Details)

After running sudo systemctl enable --now bb-code-server, and reloading, I was able to access VSCode.html at port 3000

.

Let me know if this looks all good to move forward. Thank you :slight_smile: