LocalNode
How it worksDemoAppsPricingFAQShop now
← All guides
Home/Community/Resetting a Forgotten Admin Password

Resetting a Forgotten Admin Password

Advanced
Beginner
5 min read
Published: May 7, 2026

Was this helpful?

Help us improve our community guides.

In this guide

  • Overview
  • Resetting the Jellyfin admin password
  • Resetting the Nextcloud admin password
  • Resetting the Home Assistant admin password

Need direct help?

LocalNode Care Plan members get priority remote support.

Email Support →

More in Advanced

Adding External Storage to Your Localnode

Adding External Storage to Your Localnode — Step-by-step guide for your LocalNode.

5 min read

Adding Smart Home Devices to Home Assistant

Adding Smart Home Devices to Home Assistant — Step-by-step guide for your LocalNode.

5 min read

Backing Up Your Entire Localnode Configuration

Backing Up Your Entire Localnode Configuration — Step-by-step guide for your LocalNode.

5 min read
LocalNode

Plug-and-play home server. Your data, your hardware, your rules.

Product

How it worksDemoAppsCommunityPricingFAQ

Support

ContactShipping & ReturnsTrack Order

Legal

Privacy PolicyTerms of ServiceShipping Policy
© 2026 LocalNode. Built for people who value their privacy.Denton, TX · hello@localnode.tech

⚠️ Advanced — requires access to the LocalNode command line console

If you forget the password to a cloud service, you just click "Forgot Password" and get an email. Because LocalNode runs completely offline and disconnected from our corporate servers, we cannot email you a password reset link. You must reset it manually.

Overview

To reset a password, you must use the Portainer Console to issue a command directly to the database of the app you are locked out of. This proves to the system that you have physical/administrative access to the server.

Prerequisite: You must be able to log into the main LocalNode dashboard and open Portainer. If you forgot the password to Portainer itself, you must contact support for a hard-reset script.

Resetting the Jellyfin admin password

  1. Open Portainer from your LocalNode dashboard.
  2. Click Local > Containers.
  3. Find jellyfin in the list. Click the Console icon (looks like a tiny terminal prompt `>_`).
  4. Leave the defaults (/bin/bash) and click Connect.
  5. You will see a black terminal screen. Type the following command and press Enter:
jellyfin-reset-password admin newpassword123

If your username isn't "admin", replace "admin" with your actual username. You can now log into Jellyfin with newpassword123.

Resetting the Nextcloud admin password

  1. In Portainer, open the Console for the nextcloud container.
  2. Click Connect.
  3. Nextcloud uses a specialized command line tool called occ. Type the following command:
sudo -u abc php /config/www/nextcloud/occ user:resetpassword admin

The console will prompt you to type a new password. It will not show asterisks while you type; just type it and press Enter. Then type it again to confirm.

Resetting the Home Assistant admin password

Home Assistant doesn't allow you to reset a password via console; it forces you to bypass the login screen to create a new one.

  1. In Portainer, open the Console for the homeassistant container.
  2. Click Connect.
  3. Type the following command:
hass --script auth --bypass

The terminal will print out a massive, ugly URL (e.g., http://192.168.1.50:8123/auth/alwaystrue...).

Copy that URL and paste it into a new tab in your browser. It will bypass the login screen and take you straight to the User management panel, where you can click your account and type a new password.


Need help? Email hello@localnode.tech or visit localnode.tech/contact.