All Products
Search
Document Center

Dataphin:Perform a cold start after deployment

Last Updated:Jun 08, 2026

After deploying semi-managed Dataphin, retrieve the initial account, obtain the IP address, and bind the host to access Dataphin.

Prerequisites

Deployment is complete when the Enter Dataphin button at the bottom of the instance becomes clickable. In the Dataphin console, click Semi-managed and select the region where you purchased Dataphin to verify.

Obtain the initial Dataphin account

Important
  • Use the initial Dataphin account for your first logon after deployment.

  • Do not modify or delete the initial Dataphin account or its AK/SK. Doing so makes the Dataphin instance unusable.

  1. Log on to the Alibaba Cloud RAM console using the Alibaba Cloud RAM main account.

  2. Navigate to the user information page. Dataphin automatically creates an initial account named SuperOps.

    Click User > User logon name under SuperOps.

  3. On the SuperOps information page, click Authentication management > Modify logon settings. In the dialog box, set console access to Enabled. Optionally, change the account password (retain current, auto-generate, or customize).

  4. Click OK.

  5. Click the Login Method image icon and copy the login link.

    Log on with the SuperOps account password. After logon, open the Dataphin console and click Enter Dataphin. For first-time logon, bind the host first. For more information, see Attach the host.

Obtain the IP address

Note

If you did not enable Dataphin public network access when purchasing Dataphin, first connect to the Dataphin VPC through VPN (Connect a client to a VPC by using SSL-VPN), then bind the host. If you enabled Dataphin public network access, bind the host directly. For more information, see Attach the host.

  1. In the Server Load Balancer (SLB) console, click Instance management to open the Instance management list. Switch the region to where you purchased Dataphin.

  2. Click the instance with TCP port 443 and 80 to open the instance details page.

  3. Find the IP address under Billing information > Endpoint.

    • If you did not enable Dataphin public network access, the Endpoint shows only a private IP. Copy this IP address.

    • If you enabled Dataphin public network access, the Endpoint shows both a private IP and an Elastic IP (EIP). Copy the EIP.

Attach the host

Attach the host on Windows systems

  1. Locate the file named hosts in the system.

    Path: C:\Windows\System32\drivers\etc\hosts.

  2. Edit the hosts file.

    Example: 192.168.0.1 is the Endpoint copied earlier, and dataphin.lydaas.local is the product access domain set during purchase. Add 192.168.0.1 dataphin.lydaas.local to the hosts file.

Attach the host on Linux and Mac systems

  1. Locate the file named hosts in the system.

    On macOS, run sudo vi /private/etc/hosts and enter your password when prompted.

    Note

    Open Terminal first (Launchpad > search for Terminal).

    On Linux, run sudo vi /etc/hosts and enter your password when prompted.

  2. Press i to enter edit mode.

    Example: 192.168.0.1 is the Endpoint copied earlier, and dataphin.lydaas.local is the product access domain set during purchase. Add 192.168.0.1 dataphin.lydaas.local to the hosts file.

  3. Press Esc, then enter :wq and press Enter to save and exit.

After binding the host, go to the Dataphin console and click Enter Dataphin to access Dataphin.