Last update at :2024-05-27,Edit by888u
Plex, a very good media server, can share videos, etc., and supports Windows, Linux and other systems. Below is the installation process on CentOS 7 64-bit.
1. Update system
yum update && sudo yum install wget2. Install Plex
wget https://downloads.plex.tv/plex-media-server/1.12.1.4885-1046ba85f/plexmediaserver-1.12.1.4885-1046ba85f.x86_64.rpm yum install plexmediaserver*.rpmAlso, you can choose other systems: https://www.plex.tv/downloads/
3. Set up Plex to start up
systemctl enable plexmediaserver.service systemctl start plexmediaserver.service4. Web access settings
ssh root@192.0.2.1 -L 8888:localhost:32400Use port 8888 to access, and 192.0.2.1 is the IP of your server.
Browser usage: http://192.0.2.1:8888/web access user name is root, password is your root password
The rest can be operated in the web interface, so you can do it yourself.
via: https://linode.com/docs/applications/media-servers/install-plex-media-server-on-centos-7/
Recommended site searches: US anti-attack server, ASP host space, cm domain name registration, US server rental, US host network, foreign domain name application, Hong Kong server purchase, top ten foreign free servers, personal virtual host, online server website,
发表评论