## Multiple cluster nodes with different settings Dan, S50U has written in with his Spothole cluster settings. He is using a cluster node which provides RBN spots, and uses different SSIDs on his callsign to get different settings when logged into the same cluster node. For example: ``` - class: "DXCluster" name: "S50CLX" enabled: true host: "s50clx.si" port: 41112 login_prompt: "login: " login_callsign: "callsign-10" ``` Telnet to DXSpider and log in with "callsign-10" and execute the following commands: `CLEAR/SPOTS ALL` (delete all previous filters)
`UNSET/ANN` (stop announce messages)
`UNSET/WCY` (stop wcy messages)
`UNSET/WWV` (stop wwv messages)
`SET/DX` (enable human DX spots) ``` - class: "DXCluster" name: "RBN CW" enabled: true host: "s50clx.si" port: 41112 login_prompt: "login: " login_callsign: "callsign-11" allow_rbn_spots: true enabled-by-default-in-web-ui: false ``` Telnet to DXSpider and log in with "callsign-11" and execute the following commands: `CLEAR/SPOTS ALL` (delete all previous filters)
`UNSET/ANN` (stop announce messages)
`UNSET/WCY` (stop wcy messages)
`UNSET/WWV` (stop wwv messages)
`UNSET/DX` (stop human DX spots)
`SET/SKIMMER CW` (enable CW RBN spots) ``` - class: "DXCluster" name: "RBN RTTY" enabled: true host: "s50clx.si" port: 41112 login_prompt: "login: " login_callsign: "callsign-12" allow_rbn_spots: true enabled-by-default-in-web-ui: false ``` Telnet to DXSpider and log in with "callsign-12" and execute the following commands: `CLEAR/SPOTS ALL` (delete all previous filters)
`UNSET/ANN` (stop announce messages)
`UNSET/WCY` (stop wcy messages)
`UNSET/WWV` (stop wwv messages)
`UNSET/DX` (stop human DX spots)
`SET/SKIMMER RTTY` (enable RTTY RBN spots) ``` - class: "DXCluster" name: "RBN FT4/8" enabled: true host: "s50clx.si" port: 41112 login_prompt: "login: " login_callsign: "callsign-13" allow_rbn_spots: true enabled-by-default-in-web-ui: false ``` Telnet to DXSpider and log in with "callsign-13" and execute the following commands: `CLEAR/SPOTS ALL` (delete all previous filters)
`UNSET/ANN` (stop announce messages)
`UNSET/WCY` (stop wcy messages)
`UNSET/WWV` (stop wwv messages)
`UNSET/DX` (stop human DX spots)
`SET/SKIMMER FT` (enable FT RBN spots) For each callsign-SSID, we also specify our basic information with commands: `SET/NAME Spothole10`, Spothole11... etc.
`SET/QTH Cerkno`
`SET/QRA JN66XD`
`SET/HOME S50CLX`