Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Control Panel Plugin v3.2.1

Featured Replies

Thanks for the quick reply

 

Then I'm not downloading this properly. When I click on the plugin link it opens the xml file in a new tab and I then do a save as and it saves it as a control_panel-ikosa.plg.txt I then remove the .txt and save it to my USB key and then plug it into my server. Is this the way to do it?

 

Thanks

I've never had it open in a new tab. It just downloads for me when I click it in Chrome. Maybe try right-click, save as. I just downloaded the file from the first post and it is 136KB.

 

Also, have you compared the file you save to Windows with the file that is actually copied to the flash?

  • Replies 240
  • Views 81.3k
  • Created
  • Last Reply

Hi all

 

Well no luck again. I downloaded the control_panel-ikosa.plg from my work pc today using firefox and chrome. I tried to install them and I still get the same error from both files.... Is it possible that the file is corrupt? Is it because I'm using Unraid Basic?

 

Thank you

Hi all

 

Well no luck again. I downloaded the control_panel-ikosa.plg from my work pc today using firefox and chrome. I tried to install them and I still get the same error from both files.... Is it possible that the file is corrupt? Is it because I'm using Unraid Basic?

 

Thank you

Are you sure you are right clicking on the the download link and selecting "Save Link As"? 

Hi all

 

Well no luck again. I downloaded the control_panel-ikosa.plg from my work pc today using firefox and chrome. I tried to install them and I still get the same error from both files.... Is it possible that the file is corrupt? Is it because I'm using Unraid Basic?

 

Thank you

Are you sure you are right clicking on the the download link and selecting "Save Link As"?

 

Yes I am from Firefox and Chrome, from my home and work pc and YES even IE10 they all fail.

 

Thanks

You often get this when Windows saves the file with CR/LF endings.  Also if you have hide file extensions turned on in Windows then your file can be saved onto your unraid box with a txt extension unbeknownst to you. Try copying the file using a console command or log into unraid console and do an ls to find if you have an extra extension. If you copy the file with a command like "cp savedfile.plg.txt savedfile.plg" then this can sometimes help.

Just an update, I finally got Control Panel installed and working. I knew it was something easy (id10T or a PEBKAC error) but when your new to something its the learning curve thats the problem. Basically I created the /boot/config/plugins folder from windows explorer, I didn't realise that the boot folder was already there when you Telnet, so the control panel plugin I had copied was actually in /boot/boot/config/plugins  folder *facepalm*. So when I ran the /boot/config/plugins/control_panel-ikosa.plg the file didn't exist but the error message wasn't pointing to that fact. Anyways I moved the plugin to the /config/plugins/ folder and it now works. I will never make that mistake again...  ;D

 

For all the N00bs like me this is a good read...

https://github.com/Influencer/UNplugged/wiki/How-to-Install-Plugins

 

First, the easiest way to install a plug-in is to place the plug-in on your flash drive in /config/plugins/. From telnet, the "flash" disk share, or your unraid console, this will be located at /boot/config/plugins/.

 

https://github.com/Influencer/UNplugged/wiki/Recommended-Configuration

 

Thanks to all for your help and feedback.

  • 1 month later...

Having an issue installing Control Panel.  Most options seem to download, but it gets down to tvheadend and gives me this message:

 

file /boot/config/plugins/control_panel/tvheadend.png: downloading from --no-check-certificate https://github.com/downloads/W-W/unRAID/tvheadend.png ... WARNING: cannot verify github.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert SHA2 Extended Validation Server CA':

  Unable to locally verify the issuer's authority.

OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

Unable to establish SSL connection.

bad download, deleting

 

I don't get the control panel icon on the GUI so I can't install anything, I'm assuming it's because the installation of Control Panel doesn't complete.  Any suggestions?

  • Author

Cant download tvheadend.png put a file to the boot/config/plugins/control_panel/ and rename it as tvheadend.png I will check & change the link later

Cant download tvheadend.png put a file to the boot/config/plugins/control_panel/ and rename it as tvheadend.png I will check & change the link later

 

Thanks ikosa.

I had to do the same with several other .pngs to get control panel to finish installing.  I think they were: swapfile, htpcmanager, maraschino, crashplan-logo, ts3sever, hamachi, istatol, librarian, mp3fs-icon. 

 

 

Same thing with me, I've reinstall my Unraid yesterday and tried to get this plugin up and running but any *.png downloads failed. I've downloaded them manually through my browser and I was able to install it successfully but now, any extension does the same problem.

 

I was able to modify some lines in the script to add "-q" in front of the "--no-check-certificate" and some worked but since each plugins download .png files, I have to do it all for them.

 

Is there something that changed recently?

I've been having the same issue for the last two days. Glad I'm not just going crazy...

Keep getting errors on the install. Seems like the links are broken as others are suggesting.

 

file /boot/config/plugins/control_panel/htpcmanager.png: downloading from --no-check-certificate https://github.com/downloads/Influencer/UNplugged/htpcmanager.png ... WARNING: cannot verify github.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert SHA2 Extended Validation Server CA':
  Unable to locally verify the issuer's authority.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.
bad download, deleting

 

Hopefully there will be a resolution soon. Keep up the great work!

I was pretty upset when the script didn't work so I fixed it:

https://dl.dropboxusercontent.com/u/7006867/control_panel-ikosa.plg

 

By 'fixed' I mean I manually downloaded the offending images and just threw them in my dropbox public folder then pointed the links at them.

 

The same problem exists with the sabnzbd installer

https://dl.dropboxusercontent.com/u/7006867/sabnzbd_unplugged.plg

 

From what I could tell, we need a newer version of OpenSSL and or Wget to the support SSLv3 cipher that is Github is using...

 

Hope this helps someone

You need the CA_certificates package installed correctly.

 

It is native in v6

You need the CA_certificates package installed correctly.

 

It is native in v6

How can one do this if it's not installed natively?

  • 1 month later...

Installed this, appeared to install ok via telnet, rebooted, no new menu options? Using v5.0.5

  • 4 weeks later...

Installed this, appeared to install ok via telnet, rebooted, no new menu options? Using v5.0.5

 

Exactly the same here in 5.0.5

 

I have webui and plex installed and running.

  • 4 weeks later...

Been lurking for a while and in process of building my first unRAID.

Thought I could contribute by taking the liberty of zipping up the failing png files.

Extract the zip and copy to \config\plugins\control_panel on your flash drive to avoid the ssl issues when installing Control Panel

png.zip

  • Author

Finally i release a minor update for broken icon links and broken setting links.

Sorry for the late update i have no longer have spare time for my plugins.

  • 2 weeks later...

I'm sorry to have to ask what I think is such a basic question, but I have barely enough knowledge to get unRaid up and running and the rest I have is just enough to get me in trouble.  I have unRaid 5.0.5, CONTROL PANEL, and Plex Media Server .9.9.7 all installed and working fine.  I need to upgrade Plex Media Server to the latest update, but I can't figure out how to do it.  For things like SABNZBD there is an UPDATE APP button, but there isn't one for PMS.  Any layman's guidance would be really appreciated.  I really want to get PMS upgraded to be able to use PLEX on an XBOX 360 I have and it requires a more up to date version.

  • Author

I'm sorry to have to ask what I think is such a basic question, but I have barely enough knowledge to get unRaid up and running and the rest I have is just enough to get me in trouble.  I have unRaid 5.0.5, CONTROL PANEL, and Plex Media Server .9.9.7 all installed and working fine.  I need to upgrade Plex Media Server to the latest update, but I can't figure out how to do it.  For things like SABNZBD there is an UPDATE APP button, but there isn't one for PMS.  Any layman's guidance would be really appreciated.  I really want to get PMS upgraded to be able to use PLEX on an XBOX 360 I have and it requires a more up to date version.

 

try pms updater plugin.

try pms updater plugin.

 

Thanks!  That did it.  I needed to reinstall the plg on Plex once I installed the pms updater, but it seemed to work.  I now have the latest version and it is up and running. 

  • 1 month later...

How do I download this plugin?  When I click on the link on the front page it just pulls up a new webpage with text in it.

OK, i figured how to install this plugin but now I am trying to install SABnzbd using this plugin and it seems to be taking a long time.  It shows this at the top

installing plugin: sabnzbd_unplugged

file /boot/packages/python-2.6.6-i486-1.txz: downloading from http://slackware.cs.utah.edu/pub/slackware/slackware-13.37/slackware/d/python-2.6.6-i486-1.txz ...

 

But it doesn't seem to be doing anything.  How long does this take?

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.