I’ve followed the instructions in the 2 questions below: https://www.digitalocean.com/community/questions/ssh-connection-drops-too-frequently https://www.digitalocean.com/community/questions/keep-my-ssh-session-alive ...
No answers yet • 0 days ago • By atjbramleyDigitalOcean Droplets
our ssl is showing valid in digital ocean account , and also working fine on any browser or even in local but when are trying to integrate come third party api’s , it is not working on the live server and showing that...
1 answer • 1 day ago • By SmallAquaShipDigitalOcean Droplets
Our payment had to be renewed. By the time we were notified by our devlopment team, DigitalOcean had already deleted droplet. We need it back up. Payment have since resumed, resolving the issue. Therefore, the droplet...
2 answers • 1 day ago • By ApplicationDigitalOcean Droplets
I’m new to this so please be kind. Despite noting down my SSH key passphrase, it isn’t working. I just want to enable the droplet console but can’t log in to my Droplet via SSH to do it. Is it possible to delete or re...
2 answers • 1 day ago • By LewisDigitalOcean DropletsDigitalOcean 1-Click Apps MarketplaceWordPress
Hi guys … I’m wondering if there are some best practices to deploy Docker images to Digital Ocean using Terraform. Because I don’t expect much load and don’t need failover features etc. I’m not aiming to deploy to kub...
1 answer • 2 days ago • By Sebastian SommerfeldDigitalOcean App PlatformDigitalOcean DropletsTerraform
i add openvpn access server to droplet ,i need to open port like 1817and then forword to client vpn port to connect with service on home pc over internet such as portmap.io work i need to make rules maps and connect t...
No answers yet • 3 days ago • By 162e237f5043-46e2-8d0c-d8f375DigitalOcean DropletsVPNUbuntu 18.04
I hosted my web server with nginx server blocks a VPC and put it behind internet gateway as described here .So my web server public ip is not usable. How do I access to my website through internet gateway?. I couldn’t...
1 answer • 3 days ago • By Kyaw Zin ThihaDigitalOcean DropletsDigitalOcean VPCNginx
I m looking for a cost effective method to build a WHM just to manage business email creation for my client , Does digital Ocean Droplet’s comes with license for WHM and CPanel?
2 answers • 5 days ago • By GiantAquamarineCoralDigitalOcean Droplets
I’m using Terraform to spin up a DO droplet, using an Ubuntu and Docker image. Checkout below: resource "digitalocean_droplet" "web" { image = "docker-20-04" name = "web" region = "nyc3" size = "s-1vcpu-1gb" ssh_keys ...
No answers yet • 5 days ago • By Andres JaramilloDigitalOcean DropletsInitial Server SetupTerraform
I try to login my droplet server.I use putty ,when I enter my credentials,it showNo supported authentication methods available (server sent: publickey)what wrong with that.I also cannot enter droplet console because I...
2 answers • 6 days ago • By MoehkakDigitalOcean Droplets
Taking a branched snapshot (i.e. taking a snapshot based on a previously taken snapshot) would save a lot of resources for both the DO servers and the users (in terms of storage and transfer).If a user has a droplet w...
Accepted Answer: Hey @giantazurestarfish , I don’t think that this is supported as of the time being, but this sounds like a great idea, sounds like it’d be super useful! The best thing to do to get your voice heard regarding this wou...
1 answer • 6 days ago • By GiantAzureStarfishBackupsDigitalOcean Droplets
Hi Team, it seems that because my payment card was expired for couple of months and I didn’t realised it, my droplet was deleted from my panel. Is it possible to somehow restore it? I have payed already planty of mone...
2 answers • 6 days ago • By CuteLightSeaGreenMantaRayDigitalOcean DropletsPayments
Hi all, I have a Droplet with the following specifications: 4 GB Memory / 50 GB Disk / AMS3 - Ubuntu 20.04 (LTS) x64 When I access the Console with my non-root username I run the python script using python3 scheduler....
Accepted Answer: Hi @hjmeulenbelt , How do you run the Script? Do you just run python3 scheduler.py in your Terminal, do you add a Screen session or use PM2? If you are not, there are a couple of ways to go. The first and easiest to g...
1 answer • 7 days ago • By hjmeulenbeltDigitalOcean Droplets
I have the basic $5 tier that I started a week ago, I’m trying to learn some stuff and practice building an actual app. Currently have docker, maven spring boot, nginx, node, and openvpn for some static IP usage while...
1 answer • 7 days ago • By aupperk24DigitalOcean DropletsJavaNginxNode.js
So, my site got messed up due to DDoS attack due to which I had to uninstall and install MYSQL again. I found that it isn’t wordpress database and the backup which I have is corrupted one and another backup which I ha...
1 answer • 13 days ago • By Mohit PandeyDigitalOcean DropletsDigitalOcean Managed MySQL DatabaseMySQL
I was facing some issue with mysql so I had uninstalled it completely and then reinstalled it again. So, when I went to my website now it was giving me “Error Establishing Database Connection” Just to confirm everythi...
1 answer • 14 days ago • By Mohit PandeyDatabasesDigitalOcean DropletsDigitalOcean Managed MySQL Database
I had my disk space full due to which I couldn’t delete binary logs using sql command. So, I took a backup deleted some bin files manually using SFTP. After this mysql start messing up, so I uninstalled and installed ...
Accepted Answer: Hi there, I could suggest following the steps from this answer here on how to completely uninstall MySQL: https://www.digitalocean.com/community/questions/completely-uninstall-mysql-server Let me know how it goes afte...
1 answer • 15 days ago • By Mohit PandeyDigitalOcean DropletsMySQL
With Centos 7.9 reaching EOL soon, are there any plans to create a preconfigured cpanel droplet with a newer OS? or is that something that would have to be done for a specific case?
2 answers • 16 days ago • By gabbaCentOSCentOS 8DigitalOcean Droplets
I have a droplet and a website in /var/www/html/ index.html: <!DOCTYPE html><html lang=“en”><head><meta charset=“UTF-8”><title>PHP File Upload</title></head><body><form action=“fileUploadScript.php” method=“post” enct...
1 answer • 17 days ago • By dufraDigitalOcean DropletsHTMLPHP