Remote-access Guide

issues with plex remote access on linux mint 18.3

by Jimmy Deckow Jr. Published 2 years ago Updated 1 year ago
image

Why isn’t Plex remote access working?

There are situations where a ‘double’ NAT occurs which causes a lot of issues and causes Plex Remote Access not to work. Outdated Plex Version: Plex Media Server releases frequent updates every now and then to fix bugs or introduce new features into the application.

How to install Plex Media Server on Linux Mint?

Before installing Plex, it is good to run the apt update command. Now install the Plex Media Server on Linux Mint using the following apt install command: Note, during the installation, you will see the following prompt: Type “N” to proceed with the installation. By default, the Plex Media service should be automatically started.

Why is my Plex Media Server not working?

Outdated Plex Version: Plex Media Server releases frequent updates every now and then to fix bugs or introduce new features into the application. There might be cases where your Plex application is outdated, hence, you should update it to make it work right.

How do I set up a remote SSH tunnel for Plex Media Server?

For users with Plex Media Server installed on a remote headless server such as Ubuntu 20.04, you will first need to set up an SSH tunnel on your local computer for initial setup to allow outside connections. Replace {server-ip-address} with your own, for example 192.168.50.1 etc. For users new to SSH, you may need to install it.

image

Why is remote access not working Plex?

Open Plex Web App and make sure you're signed in to your Plex account on the server under Settings > Server > General. Go to Settings > Server > Remote Access. If needed, toggle the Show Advanced button to ensure the appropriate options are visible. Enable the Manually specify public port checkbox.

Does Plex work on Linux Mint?

Plex can run on different operating systems including Windows, MacOS and Linux. In this guide, we are going to look at how to install Plex media server on Ubuntu 20.04/ Linux Mint 20.

How do I enable remote access in Linux Mint?

From Linux machines (be it remote access to Linux Mint 17 operating systems, or otherwise), click Menu > Preferences > Desktop Sharing. The Desktop Sharing Preferences screen will open, enabling other users to connect to Linux systems.

How do I access Plex without port forwarding?

Click on the “CIDR Address” box, choose a Label name for the Resource, enter the private IP address of Plex (it's listed under Plex Settings > Remote Access and is likely 10. x.x.x or 192.168. x.x ), choose 32400 for the Port Restriction, and click “Add Resource”. Congrats!

Does Plex work on Linux?

You can install the Plex media server on many different operating systems, including Windows, Mac, Linux, and NAS OS.

What port is Plex Media Server on?

TCP: 32400The most important port to make sure your firewall allows is the main TCP port the Plex Media Server uses for communication: TCP: 32400 (access to the Plex Media Server) [required]

Does Linux Mint have RDP?

Finally, you should open the Remote Desktop connection and enter your IP and username of the Linux machine to connect to the Linux machine and click on Connect. Then enter your session, username, and password and click on OK. That it is! you can use RDP in Linux Mint.

How do I access remote desktop on Linux?

To enable remote desktop sharing, in File Explorer right-click on My Computer → Properties → Remote Settings and, in the pop-up that opens, check Allow remote connections to this computer, then select Apply.

How do I use remote desktop in Linux?

The RDP Method The easiest way to set up a remote connection to a Linux desktop is to use Remote Desktop Protocol, which is built into Windows. Once this is done, type “rdp” in the search function and run the Remote Desktop software on your Windows machine.

Does Plex need a static IP?

A Public Static IP is not needed, largely because the AT&T "dynamic" address changes so infrequently that Plex will have no trouble tracking you down.

Is remote access Plex safe?

Plex has teamed up with Let's Encrypt to provide our users with high-quality secure certificates for your media servers, at no cost to you. There's no need to set up VPNs and no need to create and install your own certs. You can safely and securely connect to your media no matter where you are.

What is my Plex IP address?

Find out the local IP address of the device on which the app is running. You will typically be able to find this in the device's system settings. In your Plex Web App, go to Settings > Server > Network .

How do I enable Remote Desktop on Linux Mint 20?

How to connect remote desktop of Linux VM or desktop from Windows via RDPOpen a command terminal. ... Run system update. ... Install XRDP on Linux Mint. ... Find the IP address of your machine. ... Access Linux Mint from Windows over RDP. ... Login XRDP Xorg Session.

How do I enable VNC on Linux Mint?

HOWTO: Setup VNC Server (x11vnc) on Linux Mint 18Remove the default Vino server: ... Install x11vnc: ... Create the directory for the password file: ... Create the encrypted password file: ... Create the systemd service file for the x11vnc service: ... [Install] ... Enable the x11vnc service at boot time: ... Start the service:

How do I install desktop sharing on Linux Mint?

Navigate to org->gnome->desktop->remote-access on the left panel of dconf-editor . Then you will see various desktop sharing options. Most importantly, click on enabled to activate desktop remote access. Besides this, you can customize other options.

How do I connect to a Linux Mint server?

From the support dialog, write down the IP address. On your linux system, Click on Files in the panel, click on home in the menu, click on file in the menu bar, and choose connect to server from the dropdown. This should open the 'connect to server dialog'.

Why is Plex not working?

There are many instances where several bugs are induced into the Plex application which causes it not to work as expected. Software all around us get updates every once in a while and sometimes these updates are not compatible with Plex. Hence its engineers roll out an update targeting this issue solely.

Why is Plex server error?

This usually occurs because Plex is a heavy application with numerous parameters going on simultaneously. If any one of these gets into an error state or load a bad configuration, it might be unusable.

Why does Plex Media Server buffer?

This scenario usually occurs when your internet connection is not sound which forces the server to use less bandwidth in order to provide access to the media.

What is plex media?

Plex is a client-server media stream and software suite. It has a Plex Media Server desktop application which is available on Windows, Ubuntu, and macOS. This applications allows you to organize different media files in your computer and allows players over the internet to access them if given the correct credentials.

Does a plex router need NAT?

If these are not enabled or have different configurations set than required, Plex Remote Access will not work.

Does Plex update itself?

Normally, Plex’s web application updates itself over time as you use it. The case is different in case of Ubuntu or other platforms where Plex is running. Below is the method on how to update Plex on an Ubuntu machine. You can easily google other methods for updating if you have it running on another platform.

Can Plex server be used from other devices?

There are also network related issues which might prevent you from accessing your Plex server from other devices. Now there are two ways we go about this; either you can power cycle your server machine and the target machine or you can wait the issue out for the network to return to its normal state. For power cycling, follow the steps below:

Update Linux Mint System

Update your Linux Mint system to make sure all existing packages are up to date:

Install Dependencies

To complete the tutorial and must of all install and use Plex, you must install the following packages:

Install Plex Media Server

To install Plex, you must create a repository file that pulls directly from the Plex repository. This ensures you install and update straight from the official source using the apt package manager.

Configure Plex Headless Server SSH

For users with Plex Media Server installed on a remote headless server such as Ubuntu 20.04, you will first need to set up an SSH tunnel on your local computer for initial setup to allow outside connections.

Configure Plex Media Server in WebUI

Now that Plex is installed on your system, you need to configure and finish the setup through the WebUI. To access this, open your preferred Internet Browser and navigate to http://127.0.0.1:32400/web or http://localhost:32400/web If these two do not work, try changing the ends with /web/index.html#!/setup that should fix any errors.

Update Plex Media Server

Plex can be updated as per the standard apt update command that you would use most of your time upgrading packages on your system.

Remove (Uninstall) Plex Media Server

If you no longer wish to use Plex and want to remove it from your Linux Mint system, execute the following command:

How to check if Plex is disabled?

While logged into your Plex Media Server’s web control panel, select the Settings icon from the upper right toolbar. Within the Settings menu select, the “Server” tab.

What does the control panel indicate on Plex?

In addition to telling you that the server is accessible, the control panel will also indicate the internal IP address and port number of the Plex Media Server on your local network as well as external, or public, IP address and port number.

How to set up static IP address on Plex?

You’ll need to identify your Plex Media Server computer on the network and then look for an option in your router to create a “static IP”, “static lease”, or “DHCP reservation” to permanently associate the Plex Media Center with a given IP address. Below you can see an example of what adding a static IP address looks like, via our DD-WRT router.

How to port forward on Plex?

First, let’s turn on the manual port mode in Plex. To do so navigate to Settings > Server > Remote Access (as we did in the previous section of the tutorial).

Can you use Plex Media Server on a TV?

If you primarily use Plex Media Server for watching content on your local network (like streaming your favorite shows to your HDTV or smartphone), you may not have given much though to the benefits of remote access. RELATED: How to Set Up Plex (and Watch Your Movies on Any Device)

Can you watch Plex on your phone?

One of the greatest things about the Plex Media Server platform, however, is the ease with which you can access your media from anywhere. With remote access enabled and properly configured, you can watch your favorite TV shows anywhere you have internet access: on your phone while you’re sitting in a waiting room, on your laptop while you’re vacationing, or even on a smart TV at a friend’s house.

Can you disable remote access on Plex?

During the initial setup of the Plex Media Server, the setup wizard prompts you to enable or disable remote access. While the default state is enabled, you may have opted at the time to disable remote access, or perhaps you inadvertently disabled it while messing around with the system settings later on. Regardless, it’s easy enough to check the status of remote access and enable it if it is currently disabled.

Where is the Plex server?

The Plex server is accessible on the ports 32400 and 32401. Navigate to localhost:32400 or localhost:32401 using a browser. You should replace the ‘localhost’ with the IP address of the machine running Plex server if you are going headless.

What is a Plex Pass?

Plex Pass is a premium subscription service which activates the mobile apps and enables more features. You can also individually activate your apps tied to a particular phone for a cheaper price. You can also create multiple users and set permissions with the Plex Pass which is a very handy feature.

How to install a.deb file?

You can install the .deb file by just clicking on the package. If it does not work, you can use an installer like Eddy or GDebi.

Can you access Plex through your browser?

Now you are all set up and ready, but how do you access your media? Yes you can access through your browser but Plex has a presence in almost all platforms you can think of including Android Auto.

Can you create new users on Plex?

You can head over to the settings and configure some of the settings. You can create new users ( only with Plex Pass ), adjust the transcoding settings set scheduled library updates and more.

Can you have multiple Plex servers on the same network?

This name will be used to identify the server over the network. You can also have multiple Plex servers identified by different names on the same network.

Is Plex a Linux server?

Plex supports a wide array of platforms, both for the server and the player. No wonder it is considered one of the best media servers for Linux. Note: Plex is not a completely open source media player. We have covered it because this is one of the frequently requested tutorial. Install Plex on Ubuntu.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9