RDA - Administration

RDA - Administration

Change the Default Password

The RDA software install configures the default username/login password as 'rdademo/rdademo1234'. Please follow the below steps to change it.

Step 1: Stop the RDA services (Note: Please make sure to change the directory to the RDA install folder, the below examples are for reference only.)

Windows:

cd c:\rda-docker-compose-with-ssl

Linux / Mac OS:

cd /home/macaw/rda-docker-compose-with-ssl

Step 2: Edit docker-compose.yml file using your favorite editor and update the default password with a new one, save the file.

Step 3: Run the below command to start the RDA service.

docker-compose -f docker-compose.yml up -d

Step 4: Login to RDA UI using a browser (enter the URL as https://<rda-ip-address>:9998) and login with the new password.

Start and Stop RDA Service:

Note: Please make sure to change the directory to RDA install folder, below examples are for reference only.

Windows:

cd c:\rda-docker-compose-with-ssl

Linux / Mac OS:

cd /home/macaw/rda-docker-compose-with-ssl

To stop the RDA service

Windows:

cd c:\rda-docker-compose-with-ssl
docker-compose stop

Linux / Mac OS:

cd /home/macaw/rda-docker-compose-with-ssl/
docker-compose stop

To start the RDA service

Windows:

cd c:\rda-docker-compose-with-ssl
docker-compose stop

Linux / Mac OS

cd /home/macaw/rda-docker-compose-with-ssl/
docker-compose start

Check RDA service status:

Last updated