Hardware Requirements, Installation, and Update [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_components:radius:radius_install [2025/08/29 09:23] elena.krasnobryzhen:dpi:dpi_components:radius:radius_install [2025/08/29 09:36] (current) – [Installation on a Separate Server or VM] elena.krasnobryzh
Line 10: Line 10:
  
 ===== Installation and Update ===== ===== Installation and Update =====
-The component is included in the standard SCAT software package. If used on the same server as SCAT, no additional installation is required.+The component is included in the standard SSG software package. If used on the same server as SSG, no additional installation is required.
  
 Further updates are performed in the standard way: Further updates are performed in the standard way:
Line 23: Line 23:
 rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-2-1.noarch.rpm</code> rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-2-1.noarch.rpm</code>
   - Install FastRADIUS <code>yum install fastradius</code>   - Install FastRADIUS <code>yum install fastradius</code>
-  - Verify that the service starts <code>service fastradius start</code>+  - Start the service <code>systemctl start fastradius</code>
   - Enable service autostart at boot<code>systemctl enable fastradius</code>   - Enable service autostart at boot<code>systemctl enable fastradius</code>
 +  - Check the status (should be running)<code>systemctl status fastradius</code>