LogoLogo
HomeIntegrityControlSolutionsManagement Center
3.1.0 Radius
3.1.0 Radius
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • Radius
    • OathValidation
      • Token enrollment
    • Other modules
  • Authenticators
    • Overview
    • Common configuration
      • Selector
      • Response attributes
    • Accept Authenticator
    • Reject Authenticator
    • Username & Password
    • Username, Password & OTP
  • Operations
    • CEF logging
Powered by GitBook
On this page
  • Install product
  • Verify installation
  1. THE SERVICE
  2. Installation

Container

PreviousInstallationNextLinux

Install product

To install on Container/Docker, click the following link:

Verify installation

When installation is completed, verify the following:

Replace <version> with the image version.

docker run -p 1812:1812/udp --detach --name radius fortifiedid.jfrog.io/docker/fortifiedid/radius:<version> -c Node config/config.json

Parameter explanation:

-c

Direct system output to stdout.

Node

Start the Node module.

config/config.json

Use the given configuration file. Path is relative to SERVER_HOME inside the container.

Check the log to ensure that the server was successfully bootstrapped:

docker logs -f radius

Finally, verify by sending an Access-Request to port 1812.

A response with Access-Accept should be received.

Note. Starting, stopping, and restarting the service are handled by Docker commands.

https://docs.fortifiedid.se/installation