Remote Access OB2 from Internet (remotely)

I have downloaded OB2 in my RDP which will remain turned on 24/7. I need to access OB2 remotely from my home PC browser and Android Browser from anywhere where I have internet access.
How to setup remote access for OB2 in this condition?

First of all you have to open the port on which OB2 is running. Usually VPS have all ports open by default, otherwise you will have to open it manually (e.g. in windows firewall or iptables on linux, or maybe from the cloud provider like from the aws settings).

Then set up an admin account (in OB settings) and a password, and enable require login. That’s pretty much it.

OB2 is giving ip address http://0.0.0.0:5000 which i can access from same / local computer. For accessing from a remote connection, I need an ip as OB2 is hosted somewhere. This local access IP won’t work from remote PC. How and where from I should get IP to access from remote PC?

Just replace 0.0.0.0 with the IP of your VPS, for example if your VPS’s ip is 1.2.3.4 you can connect from your home pc to the remote OB2 instance by navigating to http://1.2.3.4:5000 on your browser.

The fact that OB2 shows “listening on 0.0.0.0” just means that it’s listening on all interfaces, so it’s able to handle both local and remote incoming connections.

Thank you for the guidance.
I have probably ran into some trouble. not even opening at local computer using http://0.0.0.0:5000.
Opened and worked perfectly for the 1st time but never worked again, neither on local nor on remote PC.

Facing this error on local machine:
(p.s. terminal is running)

This site can’t be reached

The webpage at http://0.0.0.0:5000/ might be temporarily down or it may have moved permanently to a new web address.

ERR_ADDRESS_INVALID

Locally you should use http://localhost:5000 or http://127.0.0.1:5000 please try. Using 0.0.0.0 directly only works on some systems.

Yes, this worked

Thanks

use ngrok to access OB2 remotely its easy to setup