Hey everyone! I'm using a Lenovo ThinkCenter with Ubuntu 24.04, and I've set up a Minecraft Paper server using Docker and Portainer. I can log in to my server via SSH, but I'm trying to figure out how to upload and download files from my PC to the server without having to just copy-paste commands I don't understand. I'd love to have a FileZilla-like interface where I can easily drag and drop, rename, and edit files, of course, with a secure login. I've read various tutorials, but many reference programs I don't want to use, like Unraid. Any guidance would be greatly appreciated! Thanks in advance!
2 Answers
Since you already have SSH access, just select SFTP as the connection type in FileZilla and use your SSH username and password. It's pretty easy once you set it up!
Have you considered just installing FileZilla? It’s pretty straightforward! Just make sure you configure it for SFTP using your SSH credentials, and you should be good to go!
I didn’t realize that would work! I tried it and now I can see my folders. Thanks for the tip!