-
Published Answer
I personally never had any issues with DO’s Console - Ability to copy/paste would be nice though.
Few things I leant overtime…
•
By
MDS
-
Published Answer
You can use the DO’s Console Access on the control panel to login to your server.
First login to this page: https://cloud.d…
•
By
MDS
-
Published Answer
It is not possible to use a custom OS at the moment unfortunately. You can vote for this feature here: https://digitalocean.uservoi…
•
By
MDS
-
Published Answer
That’s a strange error message. You can wget to download files.
wget https://wordpress.org/latest.tar.gz
•
By
MDS
-
Published Answer
Add ServerAlias www.example.com to your virtual host file to listen on www.
For example:
<VirtualHost *:80>
S...
•
By
MDS
-
Published Answer
https://www.digitalocean.com/community/questions/bandwith-usage-and-overage-charges
According to this, data transfer is inbound …
•
By
MDS
-
Published Answer
Please post your /etc/apache2/sites-available/000-default.conf file and .htaccess file if you have one.
One more thing to…
•
By
MDS
-
Published Answer
The recommended way to do this is:
server {
listen ...
Accepted Answer:
The recommended way to do this is:
server {
listen ...
•
By
MDS
-
Published Answer
For PHP, I had good experience with the Yii framework. I have never used Laravel but it seems to be…
•
By
MDS
-
Published Answer
Did you create DNS records using DigitalOcean domain panel under Networking -> Domains?
You can also use this tool to check if t…
•
By
MDS
-
Published Answer
Try creating a Droplet in a different region and see if you can SSH into the server. Also what error do you receive from SSH? Is it…
•
By
MDS
-
Published Answer
Please post your Ngnix error log. It is in /var/log/nginx/error.log by default.
•
By
MDS
-
Published Answer
Try doing the Password Reset while the server is turned off. It should automatically boot up the Droplet once the password has been…
•
By
MDS
-
Published Answer
Edit the file /etc/php/7.0/fpm/pool.d/www.conf
And uncomment or add the following lines.
listen.owner = www-data
li...
•
By
MDS
-
Published Answer
There is a rare chance of data being corrupted. I personally don’t turn servers off when taking snapshots and so far I have not had…
Accepted Answer:
There is a rare chance of data being corrupted. I personally don’t turn servers off when taking snapshots and so far I have not had…
•
By
MDS
-
Published Answer
Try starting your MySQL server by running the command below.
sudo service mysql start
Or
`sudo service mysqld start…
•
By
MDS
-
Published Answer
Try setting the permissions for /var/log/nginx/ to 766.
sudo chmod -R 766 /var/log/nginx/
•
By
MDS
-
Published Answer
For confirmation, you are using the password that was emailed to you when you reset the password correct?
•
By
MDS
-
Published Answer
cPanel has a built-in DNS manager. You can find how to setup the nameservers here: https://confluence2.cpanel.net/display/CKB/How+t…
•
By
MDS
-
Published Answer
When you restart the server, your Iptables rules will be gone. You can use iptables-persistent to save iptable rules. To inst…
•
By
MDS