Contact WSO2 sales to create an account.
Install Docker following these installation instructions.
Login to WSO2 Docker registry by executing following Docker command.
docker login docker.wso2.com
Start WSO2 Identity Server in a Docker container by issuing the following Docker command.
docker run -it \
-p 9443:9443 \
docker.wso2.com/wso2is
Once the container has started, access the one of the applications given below based on your requirement, using the credentials username: admin and password: admin.
Mgt Console URL - https://localhost:9443/carbon
My Account URL - https://localhost:9443/myaccount
Console URL - https://localhost:9443/console
To start using WSO2 Identity Server, read the Quick Start Guide.
Having trouble? Read our FAQ
After installing WSO2 Identity Server, instigate improvements and fixes by running WSO2 Updates.