• /
  • EnglishEspañolFrançais日本語한국어Português
  • Se connecterDémarrer

Cette traduction automatique est fournie pour votre commodité.

En cas d'incohérence entre la version anglaise et la version traduite, la version anglaise prévaudra. Veuillez visiter cette page pour plus d'informations.

Créer un problème

Installer l'agent avec le programme d'installation MSI

Avec l'agent infrastructure de New Relic pour Windows, vous pouvez monitorer des serveurs individuels et également analyser les performances de votre service dans son ensemble. L'agent Windows peut s'exécuter sur votre matériel ou sur un système cloud tel qu'Amazon Amazon EC2 ou Windows Azure, et prend en charge Windows Server et Windows 10 et 11. Vous pouvez également installer avec Chef. Avant l'installation, assurez-vous de vérifier les exigences.

Installer pour Windows à l'aide de notre installation guidée

Créez un compte New Relic gratuitement ! Aucune carte de crédit requise.

Obtenir un compte

Installation manuelle

Si vous souhaitez effectuer une installation manuelle, suivez les étapes suivantes :

  1. Consultez les exigences de l'agent et le système d'exploitation pris en charge.

  2. Téléchargez la dernière image du programme d'installation .MSI à partir de :

    • Pour Windows 64 bits (Intel/AMD) :
      https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.msi

    Important

    Ne double-cliquez pas sur le programme d'installation. Cela n'installera pas complètement l'agent local et peut entraîner des problèmes d'autorisations.

  3. Open PowerShell as an administrator, and run the install script using an absolute path.

    Note on v1.73.0 and above: For silent installations using the /qn switch, you must supply GENERATE_CONFIG=true and LICENSE_KEY directly in the command. Running a parameter-less silent install will fail and roll back the installation with Error 1603.

    • Pour Windows 64 bits :
    bash
    $
    msiexec.exe /qn /i PATH\TO\newrelic-infra.msi GENERATE_CONFIG=true LICENSE_KEY=YOUR_LICENSE_KEY
    • For a scripted installation, you can append additional configuration parameters directly to the command:
    bash
    $
    msiexec.exe /qn /i PATH\TO\newrelic-infra.msi GENERATE_CONFIG=true LICENSE_KEY=YOUR_LICENSE_KEY DISPLAY_NAME=YOUR_DISPLAY_NAME PROXY=http://YOUR_PROXY_SERVER:PROXY_PORT CUSTOM_ATTRIBUTES="{'ATTRIBUTE_1':'VALUE_1','ATTRIBUTE_2':'VALUE_2'}" METRICS_SYSTEM_SAMPLE_RATE=30 METRICS_STORAGE_SAMPLE_RATE=30 METRICS_NETWORK_SAMPLE_RATE=30 METRICS_PROCESS_SAMPLE_RATE=30 PAYLOAD_COMPRESSION_LEVEL=6

    Advanced customization is available via NRIA_ environment variables and the agent configuration file. Learn how to configure the agent.

  4. (Optional) If you did not pass the parameters during the MSI installation step, you must manually create and add your to the license_key attribute in your newrelic-infra.yml file, located in C:\Program Files\New Relic\newrelic-infra\. When you're finished, your newrelic-infra.yml file should look like the following:

    license_key: YOUR_LICENSE_KEY
  5. Pour démarrer le service newrelic-infra , exécutez :

    bash
    $
    net start newrelic-infra

Attendez quelques minutes, puis affichez votre serveur dans l'UI de l'infrastructure. Si aucune donnée n'apparaît après quelques minutes d'attente, suivez ces pages de dépannage :

Installer à l'aide de fichiers zip

Pour les scénarios de configuration personnalisés, vous pouvez installer l'agent d'infrastructure à l'aide de nos fichiers zip en mode assisté ou manuel . Cela est particulièrement utile lorsque vous devez adapter les paramètres d'installation par défaut à votre environnement.

Prudence

L'installation de l'agent d'infrastructure à l'aide de fichiers zip n'est pas prise en charge.

Ce document vous a-t-il aidé lors de votre installation ?

Quelle est la prochaine étape ?

La seule option de configuration requise est le paramètre license_key, qui est créé dans le cadre des procédures d’installation. Vous pouvez également :

Mettre à jour l'agent

Pour effectuer une mise à niveau vers la dernière version, suivez les procédures standard pour mettre à jour l'agent d'infrastructure.

Droits d'auteur © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.