diff --git a/data/y-web/Y_Blocks.txt b/data/y-web/Y_Blocks.txt
index af7ed81e4..9b531eb30 100644
--- a/data/y-web/Y_Blocks.txt
+++ b/data/y-web/Y_Blocks.txt
@@ -607,7 +607,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=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
@@ -641,7 +641,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=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
@@ -1489,3 +1489,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 2f60888d0..6fccb4713 100644
--- a/data/y-web/Y_Version.txt
+++ b/data/y-web/Y_Version.txt
@@ -1,3 +1,3 @@
-version=3.0.1
-date=11.12.2022
+version=3.0.2
+date=14.01.2023
info=NI-Neutrino-Webinterface
diff --git a/data/y-web/images/Makefile.am b/data/y-web/images/Makefile.am
index 03a1efddb..f744def02 100644
--- a/data/y-web/images/Makefile.am
+++ b/data/y-web/images/Makefile.am
@@ -115,10 +115,11 @@ 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