Need Help? We are right here!
Thanks for your Enquiry. Our team will soon reach out to you.
If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com
Search Results:
×This guide outlines the steps to deploy the miniOrange IAM On-Premise Server using either the BYOL or Contract AMI from the AWS Marketplace. It walks you through the launching AMI, configuring the server and database, setting up the initial admin account, and logging into the miniOrange admin dashboard to complete the setup of miniOrange on-premise identity platform on AWS.
miniOrange offers free help through a consultation call with our System Engineers to set up our on-premise server.
For this, you need to just send us an email at idpsupport@xecurify.com to book a slot and we'll help you in no time.
sudo passwd postgres
su – postgrespsql -U postgres
This user is distinct from the Postgres Linux user. The Linux user is used to access the database, and the Postgres database user is used to perform administrative tasks on the databases. The postgres database user password will be used to connect to the database in the future steps. In the next step we setup the password for postgres database user.
ALTER USER postgres WITH PASSWORD '<postgres_dbuser_password>';
CREATE DATABASE '<postgres_db_name>'
| Select Database | Select PostgreSQL |
| Database Host | Type in “127.0.0.1”. This is because the PostgreSQL server is deployed locally |
| Database Port | User the value “5432”. This is the port used by Postgres. |
| Database Name | Name of the Database that we create earlier. The value you used to replace <postgres_db_name> |
| Database Username | User the value "postgres" |
| Database Password | Use the password that we set for Postgres database user. The value you used to replace <postgres_dbuser_password> |



Navigate to the pricing details.

http://<public-ip-of-machine>:8080 is reachable.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "license-manager:*",
"Resource": "*"
}
]
}
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "ec2.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}

sudo chown -R mo-idp:mo-idp /opt/mo-idp-server-ami-4.10.1/moas
http://<public-ip-of-machine>:8080. You will be prompted for the database setup page.To Configure database :
postgres user.sudo -u postgres psqlALTER USER postgres WITH PASSWORD <enter-password>To Setup Database :
http://<public-ip-of-machine>:8080