What is the default username/password for server portal?

Hi,

I have just setup Bonita Community on a Windows server to try out. After downloading the JRE, running the bonita setup file (.bat for Windows), I struggled for a while with the URL mentioned in the README file, which is localhost:8080/bonita. It didnt work and kept saying that connectino was refused. After checking the log files many times I noticed another port being mentioned there, which is 8005.

So I used the URL localhost:8005/bonita, and a login screen poped up! I assumed that I was getting somewhere with that, but I don't know what the login credentials are! 

What credentials should I use for first-time access? Are there any default ones?

 

Thanks

 

Hello,

you have the list of your ports in this file: YourBonitaInstallation/server/conf/server.xml

You should at your http connector port. Probably you have another application running on 8080, so you have the conflict.

The "tenant administrator" credential per default is install/install

I suggest you to change at least the password (you can find the documentation on how to do that here:

https://documentation.bonitasoft.com/bonita/2021.1/tomcat-bundle#_tenant_administrator

 

Cheers

Hello,

when you are done with the installation of your Tomcat servcer, Database and Bonita, you can have a look at this page in our documentation: First steps after setup, which will help you make sure everything is ready.

By default in Bonita Studio when running your portal and for testing purpose, the admin (or user) name and password are walter.bates / bpm 

But this documentation will help you creating an administrator.

HTH

Thank you so much, Enrico! I was able to edit the server.xml and change the port numbers to new ones, and it worked straight away!

Now I just need to figure out what to do as first steps with the technical user "install", before my developers start using and evaluating the platform. Is there any guide/documentation that explains the initial environment setup steps?

Thanks you