meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
dreambox:enigma2 [2020/03/14 14:34] – created niziakdreambox:enigma2 [2020/08/13 07:45] (current) niziak
Line 1: Line 1:
-====== Allow WebUI from other networks ======+====== enigma2 ====== 
 + 
 +====== Update channel list ====== 
 + 
 +<code bash> 
 +# restart STB 
 +init 6 
 + 
 +# disable enigma2 (e.g. to update lamedb) 
 +init 4 
 + 
 +# enable enigma2 
 +init 3 
 +</code> 
 + 
 + 
 +====== Allow OpenWebif from other networks ====== 
 +===== From remote ===== 
 + 
 +''Menu -> Plugins -> OpenWebif and toggle the setting "Enable access from VPNs"'' 
 + 
 +===== From console ====
  
 <code bash> <code bash>
Line 6: Line 27:
  
 # config.OpenWebif.vpn_access=True # config.OpenWebif.vpn_access=True
 +echo config.OpenWebif.vpn_access=true >> /etc/enigma2/settings
  
 init 3 init 3