RethinkDB: Set your admin password

This documentation is part of the Getting started guide. You can view the complete guide here: Find out how to configure and secure your RethinkDB instance on Stackhero.

Welcome to the Stackhero documentation

Stackhero offers a ready-to-use RethinkDB cloud service, designed for reliability and ease of use. You benefit from:

  • Smooth updates with a single click
  • High performance and enhanced security on your own private, dedicated infrastructure

Get started quickly: you can try Stackhero's RethinkDB cloud hosting in just a few minutes. Stackhero takes care of installation and management, allowing you to focus on developing your application.

Securing your RethinkDB instance on Stackhero begins with setting a strong admin password. To do this, connect to the RethinkDB web interface, go to the Data Explorer tab, and run the following query:

r.db('rethinkdb').table('users').get('admin').update({ password: '<PASSWORD>' })

Replace <PASSWORD> with your chosen secure password.