freenas – My Random Tips https://www.myrandomtips.com Useful Tips to Save Time Wed, 24 Apr 2024 07:25:20 +0000 en hourly 1 https://wordpress.org/?v=6.8.1 https://www.myrandomtips.com/wp-content/uploads/2017/10/cropped-light-bulb-icon-42x42.png freenas – My Random Tips https://www.myrandomtips.com 32 32 FreeNAS default password – How to reset https://www.myrandomtips.com/linux/freenas/freenas-default-password/ https://www.myrandomtips.com/linux/freenas/freenas-default-password/#respond Fri, 25 Oct 2019 12:49:59 +0000 https://www.myrandomtips.com/?p=805 Having issues logging onto Freenas using the default password? You may find it a pain when your password to logon does not work, this guide will provide simple tip on how to figure out the freenas default password, rather than seeing the dreaded: Please enter a correct Username and password. Note that both fields may be case-sensitive. The… Read More »

The post FreeNAS default password – How to reset appeared first on My Random Tips.

]]>

Having issues logging onto Freenas using the default password? You may find it a pain when your password to logon does not work, this guide will provide simple tip on how to figure out the freenas default password, rather than seeing the dreaded:

Please enter a correct Username and password. Note that both fields may be case-sensitive.


(more…)

The post FreeNAS default password – How to reset appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/linux/freenas/freenas-default-password/feed/ 0
How to update Plex Media Server on FreeNas 11.2 https://www.myrandomtips.com/linux/freenas/how-to-update-plex-media-server-on-freenas-11-2/ https://www.myrandomtips.com/linux/freenas/how-to-update-plex-media-server-on-freenas-11-2/#respond Thu, 27 Jun 2019 03:47:17 +0000 https://www.myrandomtips.com/?p=723 Plex brings together all the media that matters to you, organizing your personal collections alongside stellar online content, streaming music, and more, making it all look beautiful in one universal interface. It can be frustrating not being able to update Plex through the GUI like you can on Windows installs. The easiest way to upgrade Plex on FreeNas… Read More »

The post How to update Plex Media Server on FreeNas 11.2 appeared first on My Random Tips.

]]>

Plex brings together all the media that matters to you, organizing your personal collections alongside stellar online content, streaming music, and more, making it all look beautiful in one universal interface.

It can be frustrating not being able to update Plex through the GUI like you can on Windows installs.

The easiest way to upgrade Plex on FreeNas is to execute it through the jail.

How to Installing Plex Media Server on FreeNas 11.2

The guide below is the general overview of you to upgrade and run Plex Media Server on FreeNas, I recommend watching the video below to make the instructions make sense.

Checking For Updates

Here are the manual instructions on how to logon and check for Plex media server updates: 

  1. SSH to your FreeNas Server and logon

  2. jls (To give you a list of Jails)

  3. jexec # (Number of your Jail)

  4. pkg update && pkg upgrade -y (To Search for updates and install)

If there are any updates available they will be installed automatically. After any upgrade to your Plex Media Server package you must restart Plex media server service with the following for your upgrade to take affect:

# service plexmediaserver restart

or

# service plexmediaserver_plexpass restart

Marked at the time index where i use the 
pkg update && pkg upgrade -y (To Search for updates and install)

Summary

Upgrading Plex can be a frustrating thing when you first look at it, but this process you will find easy and will save you time.

For other FreeNAS related tutorials on my website please click here.

Also please have a look at my YouTube Channel and subscribe for video tutorials as they are released, and if you have any advice for others, requests or questions please leave a comment below.

The post How to update Plex Media Server on FreeNas 11.2 appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/linux/freenas/how-to-update-plex-media-server-on-freenas-11-2/feed/ 0
How to install Plex Media Server on FreeNas 11.2 https://www.myrandomtips.com/linux/freenas/how-to-install-plex-media-server-on-freenas-11-2/ https://www.myrandomtips.com/linux/freenas/how-to-install-plex-media-server-on-freenas-11-2/#comments Mon, 18 Feb 2019 13:25:41 +0000 https://www.myrandomtips.com/?p=629 Plex brings together all the media that matters to you, organizing your personal collections alongside stellar online content, streaming music, and more, making it all look beautiful in one universal interface. How to Installing Plex Media Server on FreeNas 11.2 The guide below is the general overview of you to install and run Please Media Server on FreeNas,… Read More »

The post How to install Plex Media Server on FreeNas 11.2 appeared first on My Random Tips.

]]>

Plex brings together all the media that matters to you, organizing your personal collections alongside stellar online content, streaming music, and more, making it all look beautiful in one universal interface.

How to Installing Plex Media Server on FreeNas 11.2

The guide below is the general overview of you to install and run Please Media Server on FreeNas, I recommend watching the video below to make the instructions make sense.

Create Server and Mount Points

  1. Log onto FreeNas GUI
  2. Jails –> ADD –> Jail Name –> Latest Release –> Next –> DHCP Autoconfigure IPv4 –> Autoconfigure IPv6 –> Next –> Submit
  3. SSH to FreeNas Server using Putty –> jls (List Jails) –> jexec # (Number of your Jail)
  4. make folder in your /mnt folder ready for mount point ( e.g. mkdir /mnt/movies )
  5. type exit to exit from jail
  6. In FreeNas GUI Shutdown Jail
  7. Add Mount Point to /mnt/movies from your FreeNas server
  8. Start Jail

Installing Plex

While in your jail through SSH run the following:

To receive the newest FreeBSD packages including Plex Media Server packages run:

# pkg update 

To Install Plex (Free Version or Paid Plex Pass version)

# pkg install plexmediaserver

or

# pkg install plexmediaserver-plexpass

Checking For Updates

Here are the manual instructions on how to logon and check for Plex media server updates: 

  1. SSH to your FreeNas Server and logon
  2. jls (To give you a list of Jails)
  3. jexec # (Number of your Jail)
  4. pkg update && pkg upgrade -y (To Search for updates and install)

If there are any updates available they will be installed automatically. After any upgrade to your Plex Media Server package you must restart Plex media server service with the following for your upgrade to take affect:

# service plexmediaserver restart

or

# service plexmediaserver_plexpass restart

Subscribe For More Random Tips

The post How to install Plex Media Server on FreeNas 11.2 appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/linux/freenas/how-to-install-plex-media-server-on-freenas-11-2/feed/ 25
Sonarr Error occurred while executing task ApplicationUpdate https://www.myrandomtips.com/linux/freenas/sonarr-error-occurred-while-executing-task-applicationupdate/ https://www.myrandomtips.com/linux/freenas/sonarr-error-occurred-while-executing-task-applicationupdate/#respond Thu, 07 Feb 2019 04:45:36 +0000 https://www.myrandomtips.com/?p=604 Got this error when attempting to update Sonnarr installed on my FreeNas as a Jail to the latest version: Error occurred while executing task ApplicationUpdate: ApplicationName='mono', CommandLine='--debug /tmp/nzbdrone_update/NzbDrone.Update.exe 88519 /tmp/nzbdrone_update /usr/pbi/sonarr-amd64/share/sonarr/NzbDrone.exe /data=/var/db/sonarr /nobrowser', CurrentDirectory='', Native error= Cannot find the specified file How to Fix and Update Sonarr Log onto FreeNas Gui Click Plugins Click Sonarr Jail Open Shell… Read More »

The post Sonarr Error occurred while executing task ApplicationUpdate appeared first on My Random Tips.

]]>

Got this error when attempting to update Sonnarr installed on my FreeNas as a Jail to the latest version:

Error occurred while executing task ApplicationUpdate: ApplicationName='mono', CommandLine='--debug /tmp/nzbdrone_update/NzbDrone.Update.exe 88519 /tmp/nzbdrone_update /usr/pbi/sonarr-amd64/share/sonarr/NzbDrone.exe /data=/var/db/sonarr /nobrowser', CurrentDirectory='', Native error= Cannot find the specified file

How to Fix and Update Sonarr

  1. Log onto FreeNas Gui
  2. Click Plugins
  3. Click Sonarr Jail
  4. Open Shell Terminal
  5. pkg install mono # install mono package say yes to install
  6. Go back to Sonarr GUI
  7. Click System –> Updates
  8. Click Install next to latest version
  9. Done

The post Sonarr Error occurred while executing task ApplicationUpdate appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/linux/freenas/sonarr-error-occurred-while-executing-task-applicationupdate/feed/ 0
FreeNAS 11.2 – How to Setup New Hard Drives https://www.myrandomtips.com/linux/freenas/freenas-11-2-setup-new-hard-drives/ https://www.myrandomtips.com/linux/freenas/freenas-11-2-setup-new-hard-drives/#comments Fri, 21 Dec 2018 07:28:27 +0000 https://www.myrandomtips.com/?p=493 I just purchased 4 x 4TB drives for my second NAS, so i created a tutorial that will walk you through using FreeNAS 11.2, creating the pool, datasets, user permissions and SAMBA windows share, I purposely show it not working so you can get an understanding how permissions work. Video Guide Hardware I Used I use the HP… Read More »

The post FreeNAS 11.2 – How to Setup New Hard Drives appeared first on My Random Tips.

]]>

I just purchased 4 x 4TB drives for my second NAS, so i created a tutorial that will walk you through using FreeNAS 11.2, creating the pool, datasets, user permissions and SAMBA windows share, I purposely show it not working so you can get an understanding how permissions work.

Video Guide

Hardware I Used


I use the HP Micro-server to run my FreeNas get the Gen10 quite cheap now, just install FreeNAS on a USB stick and put in your 4 x 4TB hard drives and your on your way. 

The post FreeNAS 11.2 – How to Setup New Hard Drives appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/linux/freenas/freenas-11-2-setup-new-hard-drives/feed/ 6