Hello,
Have you looked at this: https://www.jetbrains.com/phpstorm/help/creating-a-remote-server-configuration.html That should suit your needs.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi all,
coming from Adobe Dreamweaver, using PHPStorm was quiet the challenge in the beginning but there's still an issue where I'm making it harder on myself than it needs to be.
In Dreamweaver I had a live connection with my remote server and the filetree was a live view of the files on the server, much like an FTP client. PHPStorm does things differently, the filetree is a view of the files you have locally in the project. So far so good, because I got the hang of creating a project locally, creating a git repository and deploying the code using the terminal and some other tools.
But! In the past few years I've worked on a lot of websites in procedural PHP code, websites that aren't in any version control and where modifications are done in the live source or a copy on a remote server. I want to use PHPStorm for these sites aswel, but the way PHPStorm works isn't helping. The main reason for this is that I work on more than one device (office, home, laptop) on these websites, and while things go well as long as there is one device working on a project: multiple devices mess things up. Why? Because when I modify my website on Laptop A and I move to Desktop A, the files on my desktop system aren't automatically synced.
I've been searching at least a dozen times in the past few weeks but I can't seem to find anything related to this or a plugin that suits my needs. I can live with PHPStorm missing some functions (like opening files, search in filenames, etc.) if I get a live view of what's on the FTP because there is no local cache of all files.
Anyone else ran into this problem? I'm kinda stuck with an awful way of working on these projects right now (downloading the complete source when I'm in doubt if the files are synced or not).
Thanks!
Please or to participate in this conversation.