Installing agent
- Print
- PDF
Installing agent
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?