bhj / KaraokeEternal

Open karaoke party system
https://www.karaoke-eternal.com
ISC License
460 stars 70 forks source link

Reset Server? #26

Closed BND10706 closed 3 years ago

BND10706 commented 3 years ago

I installed on my Mac, lost the Admin access, how do I remove it so i can reinstall?

bhj commented 3 years ago

Hi, you can delete the database file at ~/Library/Application Support/Karaoke Forever Server/database.sqlite3 and then restart the server, and it will be back to a fresh install.

If you want to keep the existing database, another option is to create a new user account, then flip that user's isAdmin column to 1 using a sqlite database editor (there are a few freely available ones out there). Then restart the server so it picks up that change.

Hope that helps!