How to make sure the web console is running

I am trying to run the server.go using this command:
cd ~/free5gc/webconsole
go run server.go
But I am still not able to open the url while I make sure about the ip and the port.

Thank you for your help.

Regards,

Hi,
Please follow the github wiki about installation/D.Install WebConsole: https://github.com/free5gc/free5gc/wiki/Installation

sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo “deb https://dl.yarnpkg.com/debian/ stable main” | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install -y nodejs yarn
cd ~/free5gc
make webconsole
cd ~/free5gc/webconsole
go run server.go

And you should open the url on your browser.
If you are still not able to open it, please give me logs or error messages to help you.