Skip to content
Databases

OrientDB OrientDB Community Server — Default Password

Default username and password for the OrientDB OrientDB Community Server: admin / admin. Learn how to log in and how to change the default credentials.

OrientDB is a multi-model NoSQL database. Every new database created by OrientDB includes three built-in users with hardcoded default passwords: 'admin' (full access), 'reader' (read-only), and 'writer' (read/write). These per-database defaults existed in OrientDB 2.x and were maintained in 3.0.x. Security advisory strongly recommends changing all three passwords before exposing the database to a network. The HTTP API is accessible on port 2480 by default.

UsernamePasswordAccessVersion / firmwareNotes
admin
admin
DatabaseOrientDB 2.x, 3.0.xFull database-level admin. Access via OrientDB Studio (HTTP port 2480) or OrientDB console.
reader
reader
DatabaseOrientDB 2.x, 3.0.xRead-only database user created in every new database by default.
writer
writer
DatabaseOrientDB 2.x, 3.0.xRead/write database user created in every new database by default.

Responsible use

This database lists publicly documented default credentials so administrators can find and change them. Only use these on systems you own or are authorized to test.

Related devices