Differences

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

Link to this comparison view

Next revision
Previous revision
en:v2_25:core:faq:faq_terminals [2019/09/04 09:33]
127.0.0.1 external edit
en:v2_25:core:faq:faq_terminals [2020/05/20 17:21] (current)
psychrabi [How do I get remote access to the computer?]
Line 32: Line 32:
  
   - ​​​​​​ Run asterctl.exe with the **-wpn** ​ option. The seat number is returned in the exit code, which can be used to set the launch parameters for other programs.   - ​​​​​​ Run asterctl.exe with the **-wpn** ​ option. The seat number is returned in the exit code, which can be used to set the launch parameters for other programs.
-  - Put the “asterctl.exe -autostart” command in autoload for all users when installing ASTER. When started with this option (-autostart),​ the asterctl.exe application searches for files that begin with the string '​runonlogin'​ ('​runonlogin *') in the ASTER installation folder. The found files are launched, and the number of the workplace is specified as a parameter. You can run the founded files  by the command:+  - Put the “asterctl.exe -autostart” command in autoload for all users when installing ASTER. When started with this option (-autostart),​ the asterctl.exe application searches for files that begin with the string '​runonlogin'​ ('​runonlogin *') in the ASTER installation folder. The found files are launched, and the number of the workplace is specified as a parameter. You can run the founded files by the command:
  
 <​code>​ <​code>​
Line 42: Line 42:
 **Examples:​**The iTalc program for correct work on all workplaces needs to be run with a parameter containing the port of connection to the program client, which should be different for each seat, for example, 4001 for the first workstation,​ 4002 for the second and so on. **Examples:​**The iTalc program for correct work on all workplaces needs to be run with a parameter containing the port of connection to the program client, which should be different for each seat, for example, 4001 for the first workstation,​ 4002 for the second and so on.
  
-Launch iTalc for case 1: the file must be placed in the user's startup: \\  \\ **rem ————— Start iTALС client————————– \\ @asterctl -wpn \\ @set AWP=%errorlevel% \\ @echo ASTER Workplace number is %AWP% \\ @rem Start iTALC with a seperate port for each workplace \\ @Start ​_ckgdoku_QUOTckgdoku>​ «C:\program files (x86)\iTALC\ica.exe» -ivsport 400%AWP% -isdport 480%AWP%**+Launch iTalc for case 1: the file must be placed in the user's startup: \\  \\ **rem ————— Start iTALС client————————– \\ @asterctl -wpn \\ @set AWP=%errorlevel% \\ @echo ASTER Workplace number is %AWP% \\ @rem Start iTALC with a seperate port for each workplace \\ @Start ​""​ "C:\program files (x86)\iTALC\ica.exe" ​-ivsport 400%AWP% -isdport 480%AWP%** 
 + 
 + \\ Starting iTalc for case 2: the file must be named, for example, as runonlogin_iTalc.bat and placed in the folder with ASTER \\  \\ **rem ————— Start iTALС client————————– \\ @echo ASTER Workplace number is %1 \\ @rem Start iTALC with a seperate port for each workplace \\ @Start ""​**** "​C:​\program files (x86)\iTALC\ica.exe"​ -ivsport 400%1 -isdport 480%1**
  
- \\ Starting iTalc for case 2: the file must be named, for example, as runonlogin_iTalc.bat and placed in the folder with ASTER \\  \\ **rem ————— Start iTALС client————————– \\ @echo ASTER Workplace number is %1 \\ @rem Start iTALC with a seperate port for each workplace \\ @Start ****_ckgdoku_QUOTckgdoku>​ «C:​\program files (x86)\iTALC\ica.exe» -ivsport 400%1 -isdport 480%1** 
 {{anchor:​faq_terminals_remoteaccess}} {{anchor:​faq_terminals_remoteaccess}}
  
Line 54: Line 55:
 The terminal computer access will work correctly only when TS is unblocked, i.e. the local user is not disabled when the login is remote. * The personal profile for RDP connection must have a password (RDP connection peculiarity) The terminal computer access will work correctly only when TS is unblocked, i.e. the local user is not disabled when the login is remote. * The personal profile for RDP connection must have a password (RDP connection peculiarity)
  
-**2. Connection with such software as RAdmin, TeamViewer, UltraVNC, etc.**+**2. Connection with such software as RAdmin, UltraVNC, Anydesk, etc.**
  
 Remote access programs working in the utility mode and/or using the mirror-driver cannot be used for connecting to extra working stations in ASTER. In order to get the possibility of remote control of all working stations one has to use administration programs which can run as custom applications,​ and not as utilities, in other words several copies can work simultaneously. Remote access programs working in the utility mode and/or using the mirror-driver cannot be used for connecting to extra working stations in ASTER. In order to get the possibility of remote control of all working stations one has to use administration programs which can run as custom applications,​ and not as utilities, in other words several copies can work simultaneously.
Line 63: Line 64:
  
 In the ASTER control panel in the **Video** tab the monitors should be assigned to the working stations in the usual manner and the working station number should be erased for the mirror-driver. After applying these settings you must find parameter in the Registry editor. There could be several such parameters, but one of them will have the value **0xffffffff** (4294967295). Set this parameter to 0 and reboot your computer. After this Radmin should start working again. In the ASTER control panel in the **Video** tab the monitors should be assigned to the working stations in the usual manner and the working station number should be erased for the mirror-driver. After applying these settings you must find parameter in the Registry editor. There could be several such parameters, but one of them will have the value **0xffffffff** (4294967295). Set this parameter to 0 and reboot your computer. After this Radmin should start working again.
- 
-**TeamViewer** works properly in all working stations. You should by no means install the HOST version. It might also be started without installing. The drawback is the impossibility of connecting to several working stations simultaneously. If you run it in several working stations you will be able to connect only to the last launched client TeamViewer. 
  
 **UltraVNC** and similar software allows connecting to working stations independently. However, a further setting of the software might be required in order to be able to use different ports / connection screens, as well as ASTER setting for the application of different IP-аddresses. **UltraVNC** and similar software allows connecting to working stations independently. However, a further setting of the software might be required in order to be able to use different ports / connection screens, as well as ASTER setting for the application of different IP-аddresses.
 +
 +**TightVNC** can be used to remote ASTER workplace. However, when installing TightVNC viewer, uncheck "​Register TightVNC Server as a system server"​ checkbox. ​
 +{{ :​en:​v2_25:​core:​faq:​tightvnc.png?​nolink&​400 | TightVNC installation}}
 +After installing, from start menu open "​TightVNC Server - Offline Configuration"​ and set different "Main server port".
 +{{ :​en:​v2_25:​core:​faq:​place1.png?​nolink&​400 | Place 1}}
 +
 +{{ :​en:​v2_25:​core:​faq:​place2.png?​nolink&​400 | Place 2}}
 +
 +
 +<WRAP center round info 60%> \\ If you have assigned IP address to each workplace, then you do not need to set different ports. \\ </​WRAP>​
 +
 +**AnyDesk** if you install it on the PC, it will run as a server and will show same AnyDesk address in all work places. To get different address for each workplace you should not install AnydeDesk instead you have to launch the AnyDesk executable on each workplace manually and set password (for unattended access). Once run, keep in mind not to install AnyDesk from any workplace.\\
 +You can make this process auto by running AnyDesk from [[https://​support.anydesk.com/​Command_Line_Interface|commandline]] or batch.
 +
 +**Parsec **also allows you to remote in to each workplace separately. [[https://​parsecgaming.com/​downloads/​|Download and install Parsec]] and login to your account and rename the host name to something easy to distinguish (as all workplaces will show same name otherwise). On your client PC, install parsec and login, you will see your workplaces listed and can connect to them.
  
 {{anchor:​faq_terminals_energysaving}} {{anchor:​faq_terminals_energysaving}}
 +
  
 ===== Using energy-saving modes (sleep / hibernation / disabling monitors) ===== ===== Using energy-saving modes (sleep / hibernation / disabling monitors) =====