How to Change URL in Asset Explorer? (Step by Step Guide)

How to Change URL in Asset Explorer? (Step by Step Guide)

🎯 Purpose:

Idea
Manually update the URL of the Asset Explorer application.

📝 Steps:

  1. Find out PostgreSQL password:

    • Open the command prompt (CMD) with administrator rights.

    • Navigate to the following directory:

       Drive:\ManageEngine\AssetExplorer\bin
    • Run the command:

       decryptPostgresPassword.bat
    • Take note: After the command is run, write down the password that appears on the screen.

  2. Go to the PostgreSQL directory:

    • Change to the following directory:

       Drive:\ManageEngine\AssetExplorer\pgsql\bin
  3. Connect to database:
    Run the command:

     psql.exe -d assetexplorer -U sdpadmin -p 65433 -h 127.0.0.1
    • Enter the password you noted in the first step as the password.

  4. Run the URL update query:
    Enter the new URL using the following SQL query:

     update globalconfig set paramvalue='yeni_URL_adresiniz' where category='SDDnsName'; 
  5. Alert
    Restart the Asset Explorer service.

✅ Result:

The URL of the application will be updated. You can check if the change is reflected.

💬 Note:

If you have any additional questions, you can contact our support team.


    • Related Articles

    • Barcode-Based Asset Management with ServiceDesk Plus & AssetExplorer

      Barcode-Based Asset Management with ServiceDesk Plus & AssetExplorer The barcode management feature included in ManageEngine ServiceDesk Plus and ManageEngine AssetExplorer enables fast, accurate, and traceable asset management. With this structure: ...
    • SDP & Jira Integration Document: Technical Installation Guide

      SDP → Jira Cloud Integration Setup Guide Contents ? Overview 1. Overview & Architecture 2. Network / Firewall 3. Jira Preparation 3.1 API Token 3.2 Base64 String 3.3 Finding Field ID 3.4 Postman Test 4. Callback Function 4.1 Creation 4.2 Deluge ...
    • PAM360 HTTPS Gateway Server User Guide

      This document was prepared to explain what the HTTPS Gateway Server component in the ManageEngine PAM360 product does, how it is configured, and in which scenarios it can be used. The goal is to comprehensively convey how to enable this feature to ...
    • PDF Export Error (Puppeteer) – Solution Guide

      Hello, If you are having trouble downloading reports in any format, you may be receiving the following error in the logs. ❗ Error Description: After migrating to Puppeteer, you may encounter the following error when exporting PDF: Error in Exporting ...
    • ServiceDesk Plus - Request ID Reset and Start from a Specific Value Guide

      There may be some scenarios where, after testing Servicedesk Plus and then going live or in long-term SDP usage, the Request ID number is requested to start from 1 again while preserving the configurations. In these scenarios, it is possible to reset ...