Jump to content

Newbie Proxmox install


Recommended Posts

Posted (edited)

I moved my Emby to proxmox. Used a script and got it running but have no clue how to add my 3 media drives of 8TB each to the container.

root@pve01:~# ls /dev/disk/by-id/
ata-ST1000LX015-1U7172_WES3YV64
ata-ST1000LX015-1U7172_WES3YV64-part1
ata-ST1000LX015-1U7172_WES3YV64-part2
ata-ST1000LX015-1U7172_WES3YV64-part3
ata-ST8000VN0022-2EL112_ZA17C97W
ata-ST8000VN0022-2EL112_ZA17C97W-part1
ata-ST8000VN0022-2EL112_ZA17C97W-part2
ata-WDC_WD80EDAZ-11TA3A0_VDKRMGYK
ata-WDC_WD80EDAZ-11TA3A0_VDKRMGYK-part1
ata-WDC_WD80EDAZ-11TA3A0_VGGX2GGG
ata-WDC_WD80EDAZ-11TA3A0_VGGX2GGG-part1
dm-name-pve-root
dm-name-pve-swap
dm-name-pve-vm--100--disk--0
dm-name-pve-vm--100--disk--1
dm-name-pve-vm--102--disk--0
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6s9qLeSzwuv7uSokc0D64OS5dxHX70YroE
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6sDeYLYUBnyjNusTNuUF0gSpqEdpeHhKpE
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6sIlTtuuPKKaU5439A36dFYlWwkDRVAOlD
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6soeGvoSTU0n3eSibpMFApzFyn1MHyaVgz
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6ss437wC1d68RiWQmFbfweHwKLRz11c8Hd
lvm-pv-uuid-abvN0D-pj8L-lK4z-uGye-kmme-FRh8-WFndva
wwn-0x5000c500a2d1e577
wwn-0x5000c500a2d1e577-part1
wwn-0x5000c500a2d1e577-part2
wwn-0x5000c500a8b6fc4d
wwn-0x5000c500a8b6fc4d-part1
wwn-0x5000c500a8b6fc4d-part2
wwn-0x5000c500a8b6fc4d-part3
wwn-0x5000cca0bbf48fcf
wwn-0x5000cca0bbf48fcf-part1
wwn-0x5000cca0beccc3a6
wwn-0x5000cca0beccc3a6-part1

 

Screenshot 2023-08-21 175414.png

Screenshot 2023-08-21 174954.png

 

I tried the following but it did not work:

root@pve01:~# /sbin/qm set 102 -virtio2 /dev/disk/by-id/ata-ST8000VN0022-2EL112_ZA17C97W
Configuration file 'nodes/pve01/qemu-server/102.conf' does not exist

 

Edited by T_Tronix
Posted (edited)

So I created a directory for each of my 8TB drives (3 of them) but I still don't know how to get their content into my emby container. When a WinCSP into them I don't see any of my media (only an empty image folder).

 

Screenshot 2023-08-21 190545.png

Screenshot 2023-08-21 190845.png

Edited by T_Tronix
Posted

Hi, how did you install Emby Server?

Posted

I used this script in advance mode: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/emby.sh)"

using these steps:

Update for anyone who finds this thread in the future:

Setting up the Plex Server
I deleted and recreated my Plex container using bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/plex-v5.sh)"
I went through the advanced settings so that I could do the following
Make the container Privileged
(I've only done this on the basis my container will remain on the local network only. I've learned that a privileged container is an unsecured container and exposes lots of security risks.)
Set a static IP
(make sure to add your network mask at the end, e.g. "192.168.1.50/24")
Enabled SSH with root user
(Again, I've only done this as it's a local network and I am the only user. I understand that if there were to be multiple users or exposed to the web it would be safer to create a user and give them set permissions for SSH)

Posted

Just an FYI my drives are all NTFS...

Posted

OK so this  is just wrapping around our Debian package. Have you taken a look at this?

 

  • 3 weeks later...
Posted

I'm really liking proxmox, best setup yet and I've tried a few already. Works amazing so far in parallel with my home assistant container. Even got my Quadro P4000 working with it.

  • Agree 1
  • Thanks 1
  • 5 months later...
Posted

So far Proxmox has been rock solid but I noticed one thing, I can't upgrade my Emby :)

I'm on Version 4.7.14.0 but can't figure out how to update it to the latest version in Proxmox.

Posted
8 hours ago, T_Tronix said:

So far Proxmox has been rock solid but I noticed one thing, I can't upgrade my Emby :)

I'm on Version 4.7.14.0 but can't figure out how to update it to the latest version in Proxmox.

Whoever publishes Emby Server on Proxmox has probably not done that yet for 4.8. Hopefully soon.

Posted

It's actually pretty easy to do...

Emby brings together your personal videos, music, photos, and live television.

To create a new Proxmox VE Emby Media Server LXC, run the command below in the Proxmox VE Shell.
To Update Emby, run the command below (or type update) in the LXC Console.

Code: 

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/emby.sh)"

 

Posted

For the most part all that script does is download the latest amd64.deb and run dpkg on it, it should be pulling 4.8.1.0 because that's what the curl command is returning.

Posted

Yea, have you tried it again?

Posted

Yes it worked, that code did the job.

  • Thanks 1
  • 7 months later...
Posted
On 09/09/2023 at 15:35, T_Tronix said:

Estou gostando muito do proxmox, a melhor configuração até agora e já testei algumas. Funciona muito bem até agora em paralelo com meu contêiner de assistente doméstico. Até consegui fazer meu Quadro P4000 funcionar com ele.

Consegue me ajudar? Whatsapp para contato +5518991474046 thanks

Posted
On 23/02/2024 at 18:17, T_Tronix said:

Na verdade é bem fácil de fazer...

Emby  reúne seus vídeos pessoais, músicas, fotos e televisão ao vivo.

Para criar um novo Proxmox VE Emby Media Server LXC, execute o comando abaixo no Proxmox VE Shell . Para atualizar o Emby, execute o comando abaixo (ou digite update) no LXC Console .  
 

Código: 

 

 

Ele apaga as configurações já existente se eu executando o comando de update?

Posted
On 2/23/2024 at 11:08 PM, T_Tronix said:

Sim, funcionou, o código funcionou.

Envie o print de cada comando de como atualizar o emby, obrigado

Posted
2 hours ago, Luan kaique said:

Envie o print de cada comando de como atualizar o emby, obrigado

Just type update in the lxc console and it will update emby. It will not delete your settings. You can always do a snapshot, backup before you update so you can rollback the update if it messes to.

 

Translation not sure it's accuracy...

Basta digitar Atualização no console LXC e ele atualizará a Embit. Ele não excluirá suas configurações. Você sempre pode fazer um instantâneo, fazer backup antes de atualizar para que você possa reverter a atualização se ela estragar tudo.

 

Posted
1 minute ago, Luke said:

@Luan kaique isso ajudou?

Sim

  • Thanks 1
Posted (edited)

Sorry just saw all these messages. For me typing "update" in my Emby console did not work.

root@emby:~# update
-bash: update: command not found

The only thing that works for me is typing what I've mentioned above:

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/emby.sh)"

So whenever you see something like this in your Emby server management:

image.png.26988061db903a636846c7060595bd7a.png

Just run the code I've mentioned and you should get everything up to date without losing all your settings.

image.png.7d24431f486b1f2cde12822692418142.png

Edited by T_Tronix
  • Agree 1
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...