Connecting to the Deployment

Accessing the Logpoint Instance in DHCP mode

In DHCP mode, network configuration settings, including IP address, subnet mask, default gateway, and DNS server information, is obtained dynamically from a DHCP server. If your network is not configured, follow steps in Accessing Logpoint in Static mode.

  1. Select the required virtual machine.

  2. Go to Actions >> Power >> Power On.

    Note

    You can turn on the machine using this button (poweron).

_images/poweron.png

Obtaining the IP addresses

  1. From the Summary section, note down the IP addresses.

  2. Enter the IP addresses in a web browser.

    Example: https://10.45.3.64

  3. Log into the user interface using the following credentials.

    Username: admin
    Password: changeme
    

    Change the password through My Preferences >> Change Password. Refer to My Preferences section in the System Configuration guide for more details.

Accessing Logpoint Instance in Static mode

In Static mode, you have to configure network settings because Logpoint does not dynamically obtain network configuration settings from a DHCP server.

  1. Select the required virtual machine.

  2. Go to Actions >> Power >> Power On.

  3. Click on Launch Console.

_images/console.png

Launching Console

  1. Select Web Console. Click LAUNCH.

_images/launch_console.png

Launching Web Console

  1. Use these credentials to log in:

    Username: li-admin
    Password: changeme
    
  2. Run command change-ip.

  3. Enter HOSTNAME.

    Example: Logpoint

  4. Enter the IP for your machine.

    Example: 10.45.3.64

  5. Enter NETMASK.

    Example: 255.255.255.0

  6. Enter GATEWAY.

    Example: 10.45.9.1

  7. Enter PRIMARY DNS.

    Example: 10.0.3.2

  8. Enter SECONDARY DNS. (Optional)

    Example: 8.8.8.8

  9. Enter DOMAIN.

    Example: logpoint.local

_images/entering_domain.png

Entering Domain

  1. Select OK.

  2. Run command reboot.

Installing the License (BYOL)

You need a valid Logpoint license to operate your application. This license contains the details of the purchased product, the number of sources the product can handle, and the license’s expiration date.

Before adding a license, contact your vendor and provide them with your Hardware Key. You can find the hardware key under Settings >> System >> Logpoint License. The vendor then sends you the license key based on your requirements.

To install a Logpoint license:

  1. Download the License Key.

  2. Go to Settings >> System >> Logpoint License.

  3. Click Add License.

_images/Azure_adding_license.png

Adding a Logpoint License

  1. Browse the file containing the License Key.

  2. Go through the END USER LICENSE AGREEMENT (EULA). Mark the checkbox if you agree with the terms and conditions of the EULA.

  3. Click Submit.

Establishing an SSH Connection with Logpoint

After successfully installing Logpoint, you can access the system through the console using the username li-admin. The li-admin user needs an SSH key pair to establish an SSH connection.

You can create and use an SSH key pair for the li-admin user by following the steps given below.

Configuring SSH key pair for the li-admin user

  1. Go to Settings >> System >> System Settings.

  2. Select the SSH Key Pair for li-admin tab.

_images/Azure_generating_key.png

Generating an SSH key pair for a li-admin user

  1. Provide a Pass Phrase.

  2. Click Re-Generate Key Pair.

  3. Copy the Private Key and save it in a file.

  4. Use the chmod 400 <filename> command to make the key accessible for an SSH connection.

    Example:

    chmod 400 Logpoint.txt
    
  5. Use the ssh -i "<filename>" li-admin@<LogPoint_Server_IP> command.

    Example:

    ssh -i "Logpoint.txt" li-admin@10.45.3.64
    
  6. Enter the Pass Phrase to establish the SSH connection from the remote device.

Once the SSH connection is established, you can either use a password authentication or SSH key pair to access the system.

Note

You can contact the Logpoint Support team in case of any issues. For details on troubleshooting and support, go to Support Connection.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support