Installing agent
    • PDF

    Installing agent

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Set the log collection for the server.

    Install agent

    After configuring the server log collection setting, you must access to the corresponding server and install the agent to collect the server log.
    The agent installation uses the result from API call result as configKey. To install the agent, run the following commands on the server.

    Classic Linux server

    curl -s http://cm.cla.ncloud.com/setUpCla/{configKey} | sudo sh
    

    VPC Linux server

    curl -s http://cm.vcla.ncloud.com/setUpClaVPC/{configKey} | sudo sh
    

    Classic Windows server

    Invoke-Expression $((New-Object System.Net.WebClient).DownloadString("http://cm.cla.ncloud.com/setUpwinCla/{configKey}"))
    

    VPC Windows server

    Invoke-Expression $((New-Object System.Net.WebClient).DownloadString("http://cm.vcla.ncloud.com/setUpwinClaVPC/{configKey}"))
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.