What is the Default NZBGet Password?

Default NZBGet Login Credentials

If you’re setting up NZBGet for the first time, it comes with a standard set of login credentials used across most environments.

Default credentials:

  • Username: nzbget
  • Password: tegbzn6789

These default credentials apply to standard NZBGet installations, including:

  • Docker containers (e.g., LinuxServer.io image)
  • NAS systems like Synology and ASUSTOR
  • Linux and Windows installations
  • Preinstalled NZBGet on media servers or automation suites

⚠️ Important: It is recommended to update the default password to prevent unauthorized access to your NZBGet setup.

How to Log In to NZBGet

  1. Open your browser.
  2. Go to: http://<your-device-ip>:6789
  3. Enter the default credentials above.
  4. Once logged in, you’ll be taken to the NZBGet dashboard.

How to Change the NZBGet Default Password

You can change your login credentials either through the Web interface or by editing the configuration file directly.

Option 1: Using the Web Interface

  • Log in with the default credentials.
  • Click Settings in the top menu.
  • Go to the Security section.
  • Update the ControlUsername and ControlPassword fields.
  • Click Save all changes.
  • Restart NZBGet.

Option 2: Editing the Configuration File

If you can’t access the Web interface or prefer terminal access:

  1. Locate your nzbget.conf file. Common paths include:
    • /config/nzbget.conf (Docker)
    • /etc/nzbget.conf (Linux)
  2. Open the file in a text editor: sudo vim /config/nzbget.conf
  3. Find and update these lines:
    ControlUsername=nzbget
    ControlPassword=tegbzn6789
  4. Replace them with your new credentials.
  5. Save and exit the editor.
  6. Restart NZBGet:
    systemctl restart nzbget

See the NZBGet Command-Line Reference for more CLI options.


Troubleshooting Tips

  • Can’t access the NZBGet web Interface?
    Make sure NZBGet is running and port 6789 is open in your firewall or router settings.
  • Still reverting to default NZBGet credentials after restart?
    Some Docker environments reset configs unless changes are made to persistent volumes. Double-check that you’re editing the correct config path: nzbget.conf.
  • Forgot your new password?
    Stop NZBGet, open the config file, reset ControlPassword manually, then restart the service.

Introduction

Installation manuals

Building manuals

Configuration

Usage

Development

Extensions

News server setup

Other helpful guides

/js/scripts.min.js