Connecting to web gui problem

i have openbullet running on a vm and i want to connect from the host machine but it wont work i tried everything

is your vm in bridge mode or NAT with private subnet?

In briged Mode rn, I can also reach it when pinging and when I use ipcomfig I try every IP it lists

Did you start it with dotnet ./OpenBullet2.Web.dll --urls "http://*:5000"? Otherwise it only listens on localhost and you cannot access remotely.

sry but i dont think that i have done that or know what u mean with that

Open a terminal in the folder where that DLL file is, and launch OB2 that way.