I am trying to connect with Filezilla to my droplet running on Ubuntu. I have tried in vain to go the SSH keys route but it causes to many connection issues and i want to use a regular FTP client and gain root access,
I have deleted all SSH keys and have reset the root password. In FTP i try to connect as root@MYIP or serveradmin@MYIP and i use the password sent to me - but it refuses to connect
Putty wont connect even when i tried with the keys as it just aborts with connection error
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
If a password was sent to you, you’re not using keys and unless you’ve gone and installed an FTP server, FTP isn’t going to connect.
Believe it or not you can use Filezilla to connect via SFTP (which is what comes with the droplets), not only is it more secure than FTP, it’s easier as you don’t even have to set it up, just connect!
To use FTP, you’d need to install and configure an FTP server. SFTP is the method we recommend as it works by default (no additional software is needed), and it works with a password or SSH keys :-).
To setup FileZilla to use SFTP (which works just as FTP does, but it’s secure), you’d setup a profile for the connection using the following configuration:
Port: 22
Host: Droplet IP
Username: root
Password: root password
Protocol: SFTP
If you’d prefer to use FTP, you can install and configure vsftpd. We do have an older guide that covers the basics, though it’s not 100% all-inclusive and has not been updated since SFTP is the better of the two options.
https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-on-ubuntu-12-04
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.