git clone https://github.com/koush/manage.scrypted.app
git clone https://github.com/koush/scrypted
cd scrypted
./npm-install.sh- Modify vite.config.mts and change
http://localhost:11080to point to your Scrypted server IP and http port 10080 (do not use https port 10043). - Start the server on the local machine using:
npm run dev - Visit
http://localhost:4000. This dev server will reverse proxy the Scrypted server IP entered inStep 1.