1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/documentation/Usage.md

879 B

Usage Instructions

  1. Start putty.exe (SSH client for Windows)
  1. Connect to S2SS server
Setting Value
IP 130.134.169.31
Port 22
Protocol SSH
User acs-admin
  1. Go to S2SS directory

    $ cd /home/acs-admin/msv/s2ss/server/

  2. Edit configuration file

    $ nano etc/opal-test.conf

  • Take a look at the examples and documentation for a detailed description
  • Move with: cursor keys
  • Save with: Ctrl+X => y => Enter
  1. Start server

    $ sudo ./server etc/opal-test.conf

  • sudo starts the server with super user priviledges
  1. Terminate server by pressing Ctrl+C

  2. Logout

    $ exit