Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1008 Bytes

File metadata and controls

37 lines (23 loc) · 1008 Bytes

<< back

S-NODE Installation

S-NODE is a host with SSH/Telnet service installed. S-NODE hosts are monitorized by T-NODE host.

S-NODES needs to have the SSH or Telnet service installed.

SSH server installation

SSH GNU/Linux installation

Run this command as root user:

wget -qO- https://raw.githubusercontent.com/teuton-software/teuton/master/install/linux/s-node_install.sh | bash

SSH Windows installation

Requirements:

  • Windows 7+ / Windows Server 2003+
  • PowerShell v2+

Run this command on PowerShell (PS) as Administrator user:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/teuton-software/teuton/master/install/windows/s-node_install.ps1'))

SSH Mac OS X installation

Run this command as root user:

curl -sL https://raw.githubusercontent.com/teuton-software/teuton/master/install/mac/s-node_install.sh | bash