diff --git a/data/y-web/Y_Blocks.txt b/data/y-web/Y_Blocks.txt
index 33c2ed928..25e4d3b55 100644
--- a/data/y-web/Y_Blocks.txt
+++ b/data/y-web/Y_Blocks.txt
@@ -542,7 +542,7 @@ start-block~remote
{=if-equal:{=var-get:boxtype=}~Maxytec Multibox 4K~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:boxtype=}~Maxytec Multibox SE 4K~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:boxtype=}~AXAS E4HD 4K ULTRA~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
- {=if-equal:{=var-get:boxtype=}~Protek 4K UHD~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
+ {=if-equal:{=var-get:boxtype=}~Protek 4K UHD~ {=include-block:Y_Blocks.txt;rc_protek_4k_uhd=}~
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
@@ -576,7 +576,7 @@ start-block~remote
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_maxytec_multibox=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_maxytec_multiboxse=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_axas_e4hd=}~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
- {=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_protek_4k_uhd=}~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
+ {=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_protek_4k_uhd=}~ {=include-block:Y_Blocks.txt;rc_protek_4k_uhd=}~
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
@@ -1424,3 +1424,59 @@ start-block~rc_axas_e4hd
end-block~rc_axas_e4hd
+
+# --- Remote Protek 4K UHD
+start-block~rc_protek_4k_uhd
+
+
+end-block~rc_protek_4k_uhd
diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt
index 22e6d7cac..593da2e55 100644
--- a/data/y-web/Y_Version.txt
+++ b/data/y-web/Y_Version.txt
@@ -1,3 +1,3 @@
-version=2.9.1
-date=29.12.2021
+version=2.9.2
+date=14.01.2023
info=Tuxbox-Neutrino
diff --git a/data/y-web/images/Makefile.am b/data/y-web/images/Makefile.am
index 8279ae44c..f6bf58bbd 100644
--- a/data/y-web/images/Makefile.am
+++ b/data/y-web/images/Makefile.am
@@ -93,11 +93,12 @@ imagesrc_DATA += \
rc/rc_ax_hd61.png \
rc/rc_axas_e4hd.png \
rc/rc_mutant_hd51.png \
- rc/rc_wwio_bre2ze4k.png \
- rc/rc_zgemma_h7.png \
+ rc/rc_mutant_hd60.png \
rc/rc_osmio4k.png \
+ rc/rc_protek_4k_uhd.png \
rc/rc_vuplus.png \
- rc/rc_mutant_hd60.png
+ rc/rc_wwio_bre2ze4k.png \
+ rc/rc_zgemma_h7.png
endif
diff --git a/data/y-web/images/rc/rc_protek_4k_uhd.png b/data/y-web/images/rc/rc_protek_4k_uhd.png
new file mode 100644
index 000000000..f7d005910
Binary files /dev/null and b/data/y-web/images/rc/rc_protek_4k_uhd.png differ