Search found 641 matches

by akatik
Thu Mar 16, 2023 7:11 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Modify/Customize Login Screen
Replies: 12
Views: 21749

Re: Modify/Customize Login Screen

The most complicated here is to choose, where this configuration should be. It is not main config file because in some cases it is loaded before main config.

What if we fill full screen with color of top left pixel on image?
by akatik
Wed Mar 01, 2023 10:54 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Seperate config.txt file per terminal using non-WTware TFTP server
Replies: 1
Views: 5694

Re: Seperate config.txt file per terminal using non-WTware TFTP server

Is it possible to allow the RPi to request config.txt and cmdline.txt files from the Terminals/{TerminalMAC}/ directory first, and if nothing is returned to request from the root directory? It's WTware TFTP hack to seek for config.txt in Terminals/{TerminalMAC}/ instead of root directory. I don't k...
by akatik
Sat Feb 25, 2023 10:29 am
Forum: Tips and tricks
Topic: Received different responses from DHCP servers (2) when there is really only one DHCP server
Replies: 7
Views: 89628

Re: Received different responses from DHCP servers (2) when there is really only one DHCP server

Correct solution is to remove second DHCP. Not re-install the configurator. Only one DHCP should answer to client, or their answers should be identical. If two different DHCPs give two different IPs - it's a problem. This problem should be solved, not hidden.
by akatik
Tue Feb 07, 2023 2:00 pm
Forum: WTware versions
Topic: Hardware acceleration h264 on Raspberry and Intel
Replies: 0
Views: 46540

Hardware acceleration h264 on Raspberry and Intel

Hardware acceleration h264 AVC444. Codec significantly loads server processors (up to 30% on all six Core i5 kernels for one client, that watches FullHD video). If all server kernels are overloaded, video may become disorted. Hardware acceleration on server works, if server works on physical hardwar...
by akatik
Fri Feb 03, 2023 8:59 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: automatic NEW Screen
Replies: 3
Views: 6289

Re: automatic NEW Screen

Numbers are too complicated for some users. We have screen color instead of number:

Code: Select all

background=ff0000,00ff00,3a6ea5,0000ff
by akatik
Thu Feb 02, 2023 10:02 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: automatic NEW Screen
Replies: 3
Views: 6289

Re: automatic NEW Screen

No way. All virtual screens configured in config file and created on boot. You can make a menu with connection and shutdown on every screen so it will not connect automatically: connection displayName Server on the first screen server 192.168.1.1 connection application shutdown next screen connectio...
by akatik
Sat Jan 21, 2023 11:58 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Login screen does not show up using Duo Authentication
Replies: 9
Views: 12441

Re: Login screen does not show up using Duo Authentication

Everything looks good in log. No errors. I have no ideas what to do from our side. If you send me another log from wtware connecting successfully to Windows 11, I can compare them. Low probability that I will find a significant difference...
by akatik
Wed Jan 18, 2023 6:05 am
Forum: WTware versions
Topic: Disable TLS 1.0 & 1.1?
Replies: 3
Views: 6091

Re: Disable TLS 1.0 & 1.1?

We have no such setting now.

httpd= config file option controls web interface assess list and turns it off: http://wtware.com/docs5/config.html#httpd

I can add "httpd=tls 1.2" value to disable SSL and TLS below 1.2.

Will it work for you?
by akatik
Tue Jan 17, 2023 5:55 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Login screen does not show up using Duo Authentication
Replies: 9
Views: 12441

Re: Login screen does not show up using Duo Authentication

Imagine we have Windows computer. Only Windows. Fresh, just installed, not joined to domain. Nothing more. No software from DUO. Let's run mstsc.exe on this windows machine and connect to your server with Duo Authentication installed. Will it work? Or it will require to install something from DUO on...
by akatik
Mon Jan 16, 2023 1:35 pm
Forum: WTware versions
Topic: Disable TLS 1.0 & 1.1?
Replies: 3
Views: 6091

Re: Disable TLS 1.0 & 1.1?

We have no such setting. You can disable TLS 1.0 & 1.1 on your server so WTware should connect with TLS 1.2.

Here is the guide: viewtopic.php?p=75811#p75811
by akatik
Thu Jan 05, 2023 4:46 pm
Forum: USB Redirection via RDP
Topic: Can't use smartcard reader with wtware in Raspberry Pi 3B
Replies: 9
Views: 20438

Re: Can't use smartcard reader with wtware in Raspberry Pi 3B

I can not 🙁

I have two acr39u. They look the same and have the same stickers on them. One of them works with Raspberry, second does not.
by akatik
Sun Jan 01, 2023 4:24 pm
Forum: Plans for development. Requests
Topic: Raspi Bluetooth Headset
Replies: 1
Views: 5684

Re: Raspi Bluetooth Headset

WTware does not support Bluetooth headsets for now, sorry.
by akatik
Fri Dec 30, 2022 10:28 am
Forum: USB Redirection via RDP
Topic: Can't use smartcard reader with wtware in Raspberry Pi 3B
Replies: 9
Views: 20438

Re: Can't use smartcard reader with wtware in Raspberry Pi 3B

It seems to be related to the raspberry drivers. Raspberry USB controller drivers, or Raspberry USB hardware. Sorry, I see no solution at our level 🙁
by akatik
Sat Dec 10, 2022 6:25 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Lag on VNC connect to the Raspberry
Replies: 3
Views: 6938

Re: Lag on VNC connect to the Raspberry

Ask Google about Remote Desktop Shadowing. In 2000/2003 servers it was trivial, but later Microsoft hid this mode to some non-intuitive places. But it's still working. With session shadowing, Windows server sends the same image to both. With VNC/WTRC, Windows server sends image to Raspberry, Raspber...