How To: View Arculix RADIUS Server Logs

Follow
    Applies to:
  • Arculix
Deployment model:
  • Cloud
  • Version Affected: Arculix RADIUS

     

    Overview

    This article explains how to view the logs created by the Arculix RADIUS server. Because RADIUS runs on Docker, viewing its logs requires a Docker command rather than a typical log file location.

     

    View RADIUS Server Logs

    1. Find the container ID of your RADIUS server:
      docker ps

      Output of docker ps, showing the RADIUS agent container with its container ID circled.

    2. Use the container ID to view the logs:
      docker logs <container>
      For example: docker logs 723e4068d0df.
    3. To follow the logs in real time instead:
      docker logs -f <container>
      For example: docker logs -f 723e4068d0df.




     

    SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.

    Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.

    0 out of 0 found this helpful

    Comments

    0 comments

    Please sign in to leave a comment.