# Connecting to Droplet

**URL:** https://meta.discourse.org/t/connecting-to-droplet/111045
**Category:** Development
**Created:** [March 8, 2019, 1:29am UTC](https://meta.discourse.org/t/connecting-to-droplet/111045 "2019-03-08T01:29:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [March 8, 2019, 1:41am UTC](https://meta.discourse.org/t/connecting-to-droplet/111045/2 "2019-03-08T01:41:26Z")

</div>

In the [Install Discourse on Ubuntu or Debian for Development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727) topic, an admin user should be created by following the step in the Create New Admin section. From your `discourse` directory run:

```plaintext
RAILS_ENV=development bundle exec rake admin:create

```

That command will open a prompt that asks for details about the account you are creating. Make sure to enter `Y` when it asks if you want to grant admin privileges to the account. Once that has been done, you should be able to login with your new admin account.

---

_[View the full topic](https://meta.discourse.org/t/connecting-to-droplet/111045)._
