Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpstorm and remote server

I am trying to configure PhpStorm, and I can't seem to find some options that should be there according to their own documentation. I am trying to connect to a remote server with FTP, however, any option regarding deployment, remote servers, remote host are all missing. Is there some setting that must be enabled to have access to them? How could they just be missing?

I am using PhpStorm 6.0.3.

like image 548
osoclever Avatar asked Feb 16 '23 06:02

osoclever


1 Answers

Remote Hosts Access plug-in needs to be enabled:

RHA

Then you should have Deployment settings where a server can be added:

enter image description here

like image 86
CrazyCoder Avatar answered Feb 23 '23 01:02

CrazyCoder