Questions tagged [droplet]
105 questions
1
vote
1 answer
Change the Database Address of an existing Meteor App running on a Ubuntu Cloud Server
I have a Meteor App running on a Ubuntu Droplet on Digital Ocean (your basic virtual machine). This app was written by a company that went out of business and left us with nothing.
The database is a MongoDB currently running on IBM Compose. Compose…

pathfinder
- 1,606
- 18
- 22
1
vote
0 answers
Migrate Digital Ocean Droplet to Amazon EC2
Is it possible to migrate a Digital Ocean Droplet to Amazon EC2?
I tried to found the relevant solution on google, but unfortunately I couldn't get.

Subhash Sautiyals
- 21
- 5
1
vote
1 answer
Outline Server was installed correctly, but are not able to connect to it
I'm trying to config Outline VPN and
I bought a Droplet from Digitalocean with Ubuntu 22.
So, my server generated URI string correctly:
CONGRATULATIONS! Your Outline server is up and running.
To manage your Outline server, please copy the following…

Kiyarash
- 2,437
- 7
- 32
- 61
1
vote
1 answer
MySQL port showing close after changing bind-address to server's private address
I am using Digital Ocean's droplet I want to access my database though my workbench. Earlier I was using Google's compute engine with same settings like changing bind-address to server's private-ip and then creating user with same ip as a host.…

Dharmeshkumar
- 11
- 4
1
vote
2 answers
Domain name not working on Digital Ocean droplet with Docker and Nginx
I've search a lot of online materials, but I wasn't able to find a solution for my problem. I'll try to make it as clear as possible. I think I'm missing something and maybe someone with more experience on the server configuration side may have the…

cornelc
- 21
- 3
1
vote
0 answers
Apache not working on DigitalOcean droplet transfer
I’ve recently created a DigitalOcean droplet from a transferred snapshot.
I thought that recreating a droplet would have kept the original stack LAMP so that it would have worked out of the box.
MySQL seems to be working after re-installation, but I…

PhilBlais
- 1,076
- 4
- 13
- 36
1
vote
0 answers
How to configure nginx so that my app doesn't need to have the port in the url?
I have a droplet on digitalOcean and I setup my app there via docker. I have also connected it to a domain and it runs when I go to wwww.myDomain.com:3000.
I want to get rid of the "3000" part and during research I found nginx which I am trying to…

CodingLittle
- 1,761
- 2
- 17
- 44
1
vote
2 answers
Listing Digital ocean droplet snapshots along with date of creation
I am in need of situation where i need to list out the available droplet snapshot of specific droplet. I am using doctl to list the snapshots. I need a way that the doctl command needs to list out the available snapshots along with date of creation.…

Muneesh DuRaipandi
- 384
- 6
- 19
1
vote
2 answers
Why I get this issue on DigitalOcean droplet, when deploy my project with docker-compose?
I am building an application based on Django/DRF as backend and Angular as frontend. Angular is to be ran by Nginx. And I want to deploy this project on DigitalOcean's droplet using docker-compose. Here is the project's…

Artsiom
- 197
- 1
- 9
1
vote
1 answer
Cannot connect via SSH from Github Action workflow
Connection to created Droplet via SSH by Github Actions runner.
My steps:
ssh-keygen -t rsa -f ~/.ssh/KEY_NAME -P ""
doctl compute ssh-key create KEY --public-key "CONTENT OF KEY_NAME.pub"
doctl compute droplet create --image ubuntu-20-04-x64…

kicaj
- 2,881
- 5
- 42
- 68
1
vote
0 answers
Nodejs not in sync with server time
I can not manage to get the same time in nodejs as on the digitalocean droplet. I'm running Docker 19.03.12 on Ubuntu 20.04.
When I log the date on the server I get the correct time
root@rtws-backend:~# date
Thu Mar 11 16:28:45 CET 2021
When going…

Justin Spring
- 13
- 3
1
vote
2 answers
How do I run a docker image on a DigitalOcean droplet?
Caveat that docker is completely new to me and I may be making glaring errors in the configuration that I'm simply not aware about.
My goal is to have a droplet on digital ocean doing two things. Pulling the image from a repo when it is modified and…

TheMightyLlama
- 1,243
- 1
- 19
- 51
1
vote
3 answers
Wordpress Routing not working in Digital Ocean using nginx
I am struggling with this from quite sometime now and thought to ask the community.
I have recently started working on digital ocean and nginx. I was using apache earlier.
I have a simple wordpress website that works fine in local but when pushed on…

RKD
- 405
- 1
- 5
- 16
1
vote
1 answer
Cannot connect to neo4j running in droplet but using lynx to navigate to localhost:7474 works, ufw & digital ocean firewall configured
I'm running a brand new droplet in digital ocean running on Ubuntu 18.04.3 (LTS) x64, neo4j status is active and remote interface available on port 7474.
Using lynx via ssh to browse to localhost:7474 works, neo4j is alive and active.
Pinging…

SebastianG
- 8,563
- 8
- 47
- 111
1
vote
1 answer
Using Terraform to install NGINX without "remote_exec"
resource "digitalocean_droplet" "web-server" {
image = "ubuntu-18-04-x64"
name = "web-server"
region = "nyc2"
size = "s-1vcpu-1gb"
ssh_keys = [
var.ssh_fingerprint
]
connection {
host =…

Steven
- 691
- 3
- 10
- 26