Access to a webstorm server from local network

I want to get acces to http://localhost:63342/ , from local network example 192.168.0.5:63342/ . How i can configure webstorm server?

0

Hi there,

Settings (Preferences on Mac) | Build, Execution, Deployment | Debugger --> Can accept external connections.

AFAIK this should be enough (considering that firewall allows such incomming connections) -- haven't tried this myself (no need). Note that IDE restart could be required.

https://confluence.jetbrains.com/display/PhpStorm/Using+the+Built-in+Webserver+in+PhpStorm

0
Avatar
Permanently deleted user

Thanks. it is works.

0
Avatar
Permanently deleted user

Hi, tried but the checkbox to enable "Can accept external connections" is disabled

2

Make sure to change the port to non-default one (to 8080, for example), then apply changes, close preferences page and re-open it - checkbox will be enabled

1
Avatar
Permanently deleted user

@Elena Pogorelova Thanks a lot, it's work now

0

请先登录再写评论。