RethinkDB: Set your admin password
This documentation is part of the Getting started guide. You can view the complete guide here: Learn how to configure and secure your RethinkDB instance on Stackhero.
👋 Welcome to the Stackhero documentation!
Stackhero offers a ready-to-use RethinkDB cloud solution that provides a host of benefits, including:
- Effortless updates with just a click.
- Optimal performance and robust security powered by a private and dedicated VM.
Save time and simplify your life: it only takes 5 minutes to try Stackhero's RethinkDB cloud hosting solution!
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 the secure password of your choice.