GUI file manager

jaytee129

Member
Jun 16, 2022
144
10
23
Is there any way to navigate/manage Proxmox files using a GUI file manager? I'm guessing maybe some sort of VM but not sure where to start looking. I did search forum but didn't find what I was looking for.
 
I like WinSCP in case you are managing your PVE from a Windows Client. But for simple stuff it's usually faster to just use the good old CLI with cd, ls -la, cp, mv, tail, rsync, find and so on. Especially when using tabulator to autofill file and folder names.
 
Last edited:
I was thinking something that ran in the shell and don't know why I didn't think of using WinSCP. SSH-ing into proxmox with it is perfect for what I really want to do. I do use the CLI quite a bit. Just sometimes doing lots of file stuff is so much easier using GUI. Thanks.