Back to Articles
NOTE: SDM Client requires Firefox web browser. On the SDM Server, when you install the SDM OS, Firefox installs by default. On other platforms, you may have to install Firefox (if not already present) manually from the https://www.mozilla.org/en-US/firefox/.

Access SDM Client Login page:

Launch the Firefox browser and enter the below URL:

https://###.###.###.###

where ###.###.###.### is the IP address of the SDM Server.
NOTE: Firefox might issue a warning, "Your connection is not secure." The SDM Server uses a self-signed SSL certificate by default. Click on the Advanced > Add Exception > Confirm Security Exception buttons to add the SDM Server to the trusted servers list. The login page displays.

Login to HTML Client:

Enter the username and password and click the Login button.

Login to the Java Client:

Use the steps that follow to launch the Java Client.

Run client onNotes
SDM Server
  • Login to the SDM Server as sdm user
  • cd /home/sdm/SDMClientLinux
  • Launch client by running the script: ./SDMClient.sh
  • Login to SDM by providing the SDM Server IP, username and password
Windows PC
  • On the SDM Client Login page, download the Java Client for Windows using the download link
  • Save the file SDMClientWin.zip to the PC
  • Unzip the file SDMClientWin.zip to a local folder
  • Launch the Java Client by running the file SDMClient.bat
  • Login to SDM by providing the SDM Server IP, username and password
    NOTE: SDM Client uses the default installation folder of Firefox, C:\Program Files\Mozilla Firefox. If Firefox is installed in a different folder, update the BROWSER_PATH entry in the SDMClient.bat file accordingly.
Linux PC
  • On the SDM Client Login page, download the Java Client for Linux using the download link
  • Save the file SDMClientLinux.tar.gz to the PC
  • Extract the contents of the file SDMClientLinux.tar.gz to a local folder using the command: tar -zxvf SDMClientLinux.tar.gz
  • Launch the Java Client by running the script: ./SDMClient.sh
  • Login to SDM by providing the SDM Server IP, username and password

Update SDM Client SSL Certificate:

SDM Server uses a self-signed SSL certificate by default. This certificate can be replaced with a formal certificate from ARRIS. Refer the SDM Installation Guide for the procedure. When this is done, it is required to update the SSL certificate at the SDM Client as well.

For HTML Client:

ARRIS Root CA public certificate must be imported into the Firefox browser certificate store. Refer to the SDM Installation Guide for the procedure.

For Java Client (Windows/Linux):

  • Download the new SSL certificate file (SDMClientSSLStore) from the download link available on the SDM login page
  • Copy the file SDMClientSSLStore to the conf folder present in the SDM Client folder and restart the Java Client.