Questions tagged [droplet]
105 questions
6
votes
4 answers
Digital Ocean unable to access console
i am unable to access my droplet console in digital ocean ,it is giving a notification "enable the new Droplet Console for native-like terminal access to your Droplet from your browser."
To enable the Droplet Console, log in to your Droplet as root…

Sarosh Hassan
- 59
- 1
- 1
- 5
5
votes
1 answer
DigitalOcean Droplet IP address not working
I created my first droplet, but when I try to navigate to the provided IP address like http://my_ip_address, it shows This site can’t be reached in the browser.
This is the tutorial I used to create the droplet, and I got my web app from github.
Do…

Valip
- 4,440
- 19
- 79
- 150
3
votes
1 answer
How to handle Puppeteer "Error: Page crashed!"
The scraper I wrote runs perfectly on my PC, A windows OS that runs node.js v14.4.0.
But when I have tried to run it on Digital Ocean Droplet, Ubunto machine, I get for some of the pages the following error: Page crashed! with not much…

yoni
- 129
- 9
3
votes
1 answer
DigitalOcean Droplet Inbound / Outbound (What is what?)
I am still new to DigitalOcean and Ubuntu servers, so I hope one of you can explain to me the difference between Inbound and Outbound traffic. I tried reading through DigitalOcean's information, but it still doesn't inform exactly what i can count…

Michael Ørregaard Andersen
- 94
- 1
- 15
3
votes
1 answer
django app not being served on digitalocean droplet
I'm following this tutorial online https://simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html
I get to an intermediary step where I want to check if I can access the app on the IP address. I run python manage.py…

Ludo
- 2,307
- 2
- 27
- 58
3
votes
1 answer
How to send Digitalocean outbound traffic over floating ip from a python script?
First of all thanks for the help, I'm trying to fix this problem for days
I know that is possible to route outbound traffic from a DigitalOcean droplet through its floating IP (a publicly-accessible static IP address that you can assign to a…

Luca Squadrone
- 115
- 9
3
votes
1 answer
Start Node.js server on Digital Ocean
I have created a Node.js Droplet on Digital Ocean.
I have connected to the server with FileZilla and uploaded all the Node.js files (index.js, package.json, etc.).
I am trying to start the server with node index.js. It says
App is running at…

Jamgreen
- 10,329
- 29
- 113
- 224
2
votes
2 answers
How to Secure Apache with Let's Encrypt on CentOS 9?
I am failing to find a way to configure an SSL certificate for my droplet running on Centos 9 and an Apache server (version: 2.4.51).
I tried to follow this tutorial but all the package managers I have searched (yum, snap & dnf) do not have the…
2
votes
0 answers
Error with Plumber API deployment in Digital Ocean via R | Authentication with ssh server failed
I am facing some issues with Plumber API deployment in Digital Ocean via R. Given below is the R code I executed in my desktop (in RStudio) after making the following configurations..
Created SSH key in my desktop(eg:via puTTYgen)
Entered the…

mmohd
- 21
- 1
- 3
2
votes
1 answer
How to add new ssh keys to an existing droplet?
I have an existing droplet that I can connect to from my ubuntu machine via ssh. I would like to also be able to connect to it from my mac via ssh. I added a new ssh key to my account here, but when I try to connect from my mac I…

BlackCoffee
- 159
- 1
- 10
2
votes
1 answer
I am trying to setup load balancer on digital ocean and need some advice
How do I keep all droplets with the same content?
I have 3 droplets and I thought of copying the contents of the first one to the other 2.
Is there any option that does this automatically?
Or how to create LB when my mobile app backend in on PHP &…

Neeraj Bisht
- 23
- 3
2
votes
1 answer
How to install SSL on DigitalOcean Docker Droplet without domain name?
I have a running docker droplet on DigitalOcean but this droplet running on http and I want to run it on https.
I don't want to purchase any domain name. Actually I don't need a domain name, ip address is enough.
Certbot and Letsencrypt are not…

Mümin Celal Pinar
- 175
- 2
- 17
2
votes
1 answer
Git push: "ERROR: Repository not found' - "fatal: Could not read from remote repository"
In short
Goal: to perform one successful git push using ssh instead of https.
Problem: "ERROR: Repository not found. Fatal: Could not read from remote repository".
Step-by-step background
I’m working with an Ubuntu remote server (a droplet by…

Shalicter
- 21
- 3
2
votes
0 answers
Getting a 502 Bad Gateway error on live site after digitalocean one click django install
Summary of problem
Getting a “502 Bad Gateway - nginx/1.14.0 (Ubuntu)” error when visiting my live site.
Only able to access site through a development server port:
python3 manage.py runserver 0.0.0.0:8080
I can then access my site via…

Daniel
- 31
- 3
2
votes
0 answers
Cloudflare subdomain to Digital ocean droplet
I am trying to point subdomain from cloudflare to digital ocean droplet. In Cloudflare, I created a record below but nothing happens do I need to do something more?
Type Name Value
A subdomain Droplet IP

Johsas
- 79
- 8