NetHSM and PKCS11

Hello friends
I want to use NetHSM.
For this purpose, I took its image from Docker Hub and launched it on a container.
I installed the PKCS11-tool on another container and make a request to the server using the PKCS11 driver.
The connection is established and show-info works, but I could not login because the init-token is not implemented.
I guessed that there is a default token on slot zero, now how can I login with what password?
Should I have made some considerations when launching Net HSM server?
Please help me