Skip to content
Databases

Redis Redis OSS (v6 and earlier) — Default Password

Default username and password for the Redis Redis OSS (v6 and earlier): (blank) / (blank). Learn how to log in and how to change the default credentials.

Redis 6.x and earlier ship with authentication disabled by default — any client can connect without a password. Redis 7.0+ introduced multi-user ACLs; the default user still has 'nopass' unless requirepass or ACL rules are configured. Protected-mode (loopback-only) was added in 3.2.0 but does not replace authentication.

UsernamePasswordAccessNotes
(blank / none)
(blank / none)
DatabaseNo authentication required by default. Connect via redis-cli or TCP port 6379 without AUTH.

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