list of available terminalservers

All about WTware on Raspberry. WTware works with Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2 devices
http://www.winterminal.com
Post Reply
ping_guin
Posts: 6
Joined: Fri Oct 13, 2017 4:48 pm

list of available terminalservers

Post by ping_guin »

Is it possible to let the user choose, which terminal server he want's to use?

We tried any kind of configuration:
server=server1
server=server2

or
server=server1;server2;

or
server=server1,server2
server=--new--

but always the last server (server2) is connected without the possibility to chose the right one manually.

What's the hint?

thank's and greets
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: list of available terminalservers

Post by aka »

https://wtware.com/docs5/configfile.html

Code: Select all

connection
server=192.168.1.1
connection
server=192.168.1.2
Post Reply