Using The Digital Ocean Console

Using the Digital Ocean Console is very similar to using the terminal, except that you can eliminate a few steps. Most of the process is very similar to the last step, and again, if you have the SFTP and the terminal working, you don't really need to do this step.

So log into you digital ocean account, click on your droplet name and you'll see a screen that looks like this:

Click on the "Access" tab or click the big "Console Access" button that is available at the top right hand corner of the screen to launch the console.

Here on the "Access" tab, you'll have a history area of all the times it was accessed.

The console will begin to load:

You'll see something very similar to the Terminal application we used in the last step:

Now type cd /var/www/

and hit enter (see tip is you're having an issue with the backslash).

Now type "ls" (for List), and you'll get:

So let's change directory into the Ghost folder:

And now we can see all the folders in our Ghost installation!