Updating from to 1.5.x
ยท One min read
Warningโ
danger
It is necessary to update the Remnawave Node (Remnanode) to v1.5.x AFTER updating the Remnawave Panel.
Remnawave Panelโ
warning
Open you current Remnawave Panel in browser and logout.
1. Update Remnawave Panelโ
docker compose pull && docker compose down && docker compose up -d && docker compose logs -f -t
2. Recreate admin user with RESCUE CLIโ
1.5.x version of Remnawave Panel uses a new password hashing algorithm, so old admin user will not be able to login.
docker exec -it remnawave remnawave
After entering the Rescue CLI, select option 'Reset superadmin' and follow the instructions.
3. Open Remnawave Panelโ
You will be prompted to create a new superadmin user.
4. Getting new SSL_CERTโ
In Remnawave Dashboard, go to Nodes
-> Management
and copy new SSL_CERT
.
5. Update Remnawave Node (Remnanode)โ
Firstly, update SSL_CERT in the .env
file with new one.
cd /opt/remnanode && nano .env
Then, update Remnawave Node (Remnanode) with command:
docker compose pull && docker compose down && docker compose up -d && docker compose logs -f -t