just got my first droplet because i heard i can run my node.js apps here but i got to the terminal and none of the huge chains of numbers and letters are copypasteable and a bunch of things say ‘now type this into your computer’.
all i want to do is browse and edit the files on my virtual harddrive (like how Glitch allowed). once i can upload stuff there i have a node page which will let me edit the files of the server straight from the node page.
so my question is what is the best way to access the node droplet via phone?
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!
Hey!
Managing a Droplet from your phone is definitely possible.
Think of your Droplet as a remote computer, you connect to it via SSH, which gives you terminal access. Since you’re on mobile, try an app like Termius (available on iOS and Android). It lets you SSH into your server and run commands just like you would on a desktop terminal.
Once you’re connected, you can navigate folders, install packages, and even edit files using simple tools like nano
. Later on, you could also set up a browser-based editor like code-server
if that makes things easier.
I’d also recommend checking out this series to get more familiar with how cloud servers work: 👉 https://www.digitalocean.com/community/tutorial-series/getting-started-with-cloud-computing
And for more tips and tutorials, DevOps Daily has some useful stuff too.
- Bobby
Heya,
There are a couple of option I would say,
If you’re on Android, this is the best combo:
Free and very polished SSH client.
You can log into your droplet terminal and run commands.
Has clipboard support to make “huge chains of numbers and letters” manageable.
Steps:
Install Termius.
Add a new host with:
IP address of your droplet
Username (root
)
SSH key or password
You can copy-paste commands and access the terminal just like on desktop.
Great alternative to Termius.
Easier for just command line access.
A file manager that can connect to remote servers via SFTP.
You can browse your droplet’s file system, edit and upload/download files.
If you’re on iOS, your best tools are:
SSH client built for iOS, supports mosh and SSH.
Has clipboard, terminal multitasking, and more.
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.