Jump to content

shell in a box not working

so i just setup shell in a box but it is not working

 

if i start the service it states that it is already running

but if i go to my public ip:4200 nothing comes up

 

same with localhost:4200

 

any ideas

Link to comment
Share on other sites

Link to post
Share on other sites

if you have access to the command line, do a netstat and look at what ports are listening.

 

$ netstat -lp

 

That should tell you if its running and listening.

 

Now you say public IP, is this hosted in the cloud or at home?

Link to comment
Share on other sites

Link to post
Share on other sites

7 hours ago, exetras said:

if you have access to the command line, do a netstat and look at what ports are listening.

 

$ netstat -lp

 

That should tell you if its running and listening.

 

Now you say public IP, is this hosted in the cloud or at home?

home

Link to comment
Share on other sites

Link to post
Share on other sites

ok, were you able to run Netstat? were you able to find the open port?

Link to comment
Share on other sites

Link to post
Share on other sites

21 hours ago, Cupar19 said:

so i just setup shell in a box but it is not working

 

if i start the service it states that it is already running

but if i go to my public ip:4200 nothing comes up

 

same with localhost:4200

 

any ideas

Localhost is your machine you're opening the browser on. Makes sense that doesn't work ;) 

 

And in order to have it work from your public IP, port 4200 must be forwarded in your router.

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, NelizMastr said:

Localhost is your machine you're opening the browser on. Makes sense that doesn't work ;) 

 

And in order to have it work from your public IP, port 4200 must be forwarded in your router.

it is and i was on my home machine

Link to comment
Share on other sites

Link to post
Share on other sites

4 hours ago, exetras said:

ok, were you able to run Netstat? were you able to find the open port?

yes the port is open and is 4200

Link to comment
Share on other sites

Link to post
Share on other sites

cool, If the port is showing that means the app is working.

 

Beside the port is it showing 127.0.0.1(localhost) or one of your private IP address?

Link to comment
Share on other sites

Link to post
Share on other sites

On 6/21/2018 at 2:42 AM, exetras said:

cool, If the port is showing that means the app is working.

 

Beside the port is it showing 127.0.0.1(localhost) or one of your private IP address?

thanks for the help but i got it working, turns out the default port was 443 for some reason so after i changed it and it worked

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×