got a little problem with the activation key because i used docker to download locally my n8n i had another account and then i had to delete docker because of some issues i had and i fixed them and i reinstall it and n8n but because i made a new account i cant activate my key because it says “Activation Key has already been used in this instance” i would really appreciate if i could get some help to activate my new account
this thread can help you resolving the issue - Activation Failed - Activation key has already been used on this instance - #2 by Jon
all you need to do is run the n8n license:clear
in your terminal run this docker command, and that should do -
docker exec -u node -it n8n license:clear
OH it worked thanks alot man
We are using containers too and have gone one step further and added the environment variable N8N_LICENSE_DETACH_FLOATING_ON_SHUTDOWN and set it to TRUE this should mean when a container shuts down, it frees the licence so as to be compatible with containers temporary nature
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.