[{"data":1,"prerenderedAt":963},["ShallowReactive",2],{"blog-en-proxmox-ve-complete-setup-guide":3,"blog-en-proxmox-ve-complete-setup-guide-alt":378},{"id":4,"title":5,"author":6,"body":7,"date":946,"description":947,"extension":948,"image":336,"locale":949,"meta":950,"navigation":378,"path":951,"seo":952,"stem":953,"tags":954,"__hash__":962},"blog\u002Fblog\u002Fen\u002Fproxmox-ve-complete-setup-guide.md","Proxmox VE Complete Setup Guide: From Installation to Production","Kubo Team",{"type":8,"value":9,"toc":923},"minimark",[10,22,31,36,45,51,67,72,132,141,145,150,173,176,202,206,209,214,275,280,296,302,306,313,317,330,440,444,447,514,522,531,535,538,546,550,553,557,566,635,639,642,646,655,707,711,714,718,738,777,781,796,800,803,855,864,868,871,878,887,892,919],[11,12,13,14,21],"p",{},"For infrastructure engineers and homelab enthusiasts alike, choosing and building a virtualization platform is one of the most critical decisions you'll make. ",[15,16,20],"a",{"href":17,"rel":18},"https:\u002F\u002Fwww.proxmox.com\u002Fen\u002Fproxmox-virtual-environment\u002Foverview",[19],"nofollow","Proxmox VE"," is an open-source virtualization platform that unifies KVM virtual machines and LXC containers under a single management interface, and its adoption is accelerating worldwide. This guide walks you through every step from installation to production-ready operations.",[11,23,24,25,30],{},"If you're planning to run Kubernetes on Proxmox, ",[15,26,29],{"href":27,"rel":28},"https:\u002F\u002Fwww.hexabase.com\u002Fproduct\u002Fkubo\u002Fon-premise",[19],"Kubo On-Premise"," provides a fully managed K8s environment that frees you from complex cluster management so you can focus on application development.",[32,33,35],"h2",{"id":34},"system-requirements-and-hardware-selection","System Requirements and Hardware Selection",[11,37,38,39,44],{},"Stable Proxmox VE operations begin with proper hardware selection. The ",[15,40,43],{"href":41,"rel":42},"https:\u002F\u002Fpve.proxmox.com\u002Fpve-docs\u002Fchapter-pve-installation.html",[19],"official installation documentation"," specifies the following requirements.",[11,46,47],{},[48,49,50],"strong",{},"Minimum Requirements:",[52,53,54,58,61,64],"ul",{},[55,56,57],"li",{},"64-bit CPU with Intel VT-x or AMD-V virtualization extensions",[55,59,60],{},"RAM: 4 GB minimum (8 GB+ strongly recommended)",[55,62,63],{},"Storage: 32 GB+ for the OS (SSD recommended)",[55,65,66],{},"Network: 1 GbE or better",[11,68,69],{},[48,70,71],{},"Recommended Production Configuration:",[73,74,75,88],"table",{},[76,77,78],"thead",{},[79,80,81,85],"tr",{},[82,83,84],"th",{},"Component",[82,86,87],{},"Recommended Spec",[89,90,91,100,108,116,124],"tbody",{},[79,92,93,97],{},[94,95,96],"td",{},"CPU",[94,98,99],{},"Intel Xeon \u002F AMD EPYC (multi-core)",[79,101,102,105],{},[94,103,104],{},"RAM",[94,106,107],{},"64 GB+ (additional for ZFS ARC)",[79,109,110,113],{},[94,111,112],{},"OS Storage",[94,114,115],{},"NVMe SSD x2 (ZFS mirror)",[79,117,118,121],{},[94,119,120],{},"Data Storage",[94,122,123],{},"SSD\u002FNVMe (VMs) + HDD (backups)",[79,125,126,129],{},[94,127,128],{},"Network",[94,130,131],{},"10 GbE (separate management + storage)",[11,133,134,135,140],{},"When using ZFS, account for ",[15,136,139],{"href":137,"rel":138},"https:\u002F\u002Fpve.proxmox.com\u002Fwiki\u002FZFS_on_Linux",[19],"ARC (Adaptive Replacement Cache)"," memory consumption. The rule of thumb is 2 GB base + 1 GB per TB of raw storage. An 8 TB pool needs at least 10 GB allocated to ARC.",[32,142,144],{"id":143},"installation-procedure","Installation Procedure",[146,147,149],"h3",{"id":148},"preparing-the-iso-and-bios-configuration","Preparing the ISO and BIOS Configuration",[151,152,153,161,164],"ol",{},[55,154,155,156],{},"Download the latest ISO from the ",[15,157,160],{"href":158,"rel":159},"https:\u002F\u002Fproxmox.com\u002Fen\u002Fproducts\u002Fproxmox-virtual-environment\u002Fget-started",[19],"Proxmox VE official site",[55,162,163],{},"Verify the SHA256 checksum to ensure file integrity",[55,165,166,167,172],{},"Flash the ISO to a USB drive (8 GB+) using ",[15,168,171],{"href":169,"rel":170},"https:\u002F\u002Fetcher.balena.io\u002F",[19],"Balena Etcher"," or Rufus",[11,174,175],{},"Configure the following BIOS settings:",[52,177,178,184,190,196],{},[55,179,180,183],{},[48,181,182],{},"Enable UEFI mode"," (preferred over legacy BIOS)",[55,185,186,189],{},[48,187,188],{},"Disable Secure Boot"," (Proxmox doesn't ship signed bootloaders)",[55,191,192,195],{},[48,193,194],{},"Enable Intel VT-x \u002F AMD-V"," for hardware virtualization",[55,197,198,201],{},[48,199,200],{},"Enable Intel VT-d \u002F AMD-Vi (IOMMU)"," if you plan to use GPU passthrough",[146,203,205],{"id":204},"running-the-installer","Running the Installer",[11,207,208],{},"Boot from USB to launch the graphical installer. Key configuration decisions include:",[11,210,211],{},[48,212,213],{},"Filesystem Selection:",[73,215,216,229],{},[76,217,218],{},[79,219,220,223,226],{},[82,221,222],{},"Filesystem",[82,224,225],{},"Characteristics",[82,227,228],{},"Best For",[89,230,231,242,253,264],{},[79,232,233,236,239],{},[94,234,235],{},"ext4 (LVM)",[94,237,238],{},"Default, stable, well-tested",[94,240,241],{},"Memory-constrained environments",[79,243,244,247,250],{},[94,245,246],{},"XFS (LVM)",[94,248,249],{},"Strong with large files",[94,251,252],{},"Large VM storage",[79,254,255,258,261],{},[94,256,257],{},"ZFS (RAID)",[94,259,260],{},"Data integrity, snapshots, compression",[94,262,263],{},"Production (recommended)",[79,265,266,269,272],{},[94,267,268],{},"Btrfs",[94,270,271],{},"Technology preview",[94,273,274],{},"Testing only",[11,276,277],{},[48,278,279],{},"Network Configuration:",[52,281,282,290,293],{},[55,283,284,285,289],{},"Hostname (FQDN format: ",[286,287,288],"code",{},"pve-node1.example.com",")",[55,291,292],{},"Management IP address (static IP recommended)",[55,294,295],{},"Gateway and DNS servers",[11,297,298,301],{},[48,299,300],{},"Important",": Set a strong root password of at least 12 characters. Enter an accurate administrator email address for system notifications.",[32,303,305],{"id":304},"post-installation-configuration","Post-Installation Configuration",[11,307,308,309,312],{},"After installation, access the web management interface at ",[286,310,311],{},"https:\u002F\u002F\u003Cserver-IP>:8006",". The following initial configuration steps significantly impact operational quality.",[146,314,316],{"id":315},"repository-configuration","Repository Configuration",[11,318,319,320,323,324,329],{},"The default enterprise repository requires a subscription; without one, ",[286,321,322],{},"apt update"," returns a 401 error. Enable the ",[15,325,328],{"href":326,"rel":327},"https:\u002F\u002Fpve.proxmox.com\u002Fwiki\u002FPackage_Repositories",[19],"no-subscription repository",":",[331,332,337],"pre",{"className":333,"code":334,"language":335,"meta":336,"style":336},"language-bash shiki shiki-themes tokyo-night","# Disable enterprise repository\nsed -i 's\u002F^deb\u002F#deb\u002F' \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fpve-enterprise.list\n\n# Add no-subscription repository\necho \"deb http:\u002F\u002Fdownload.proxmox.com\u002Fdebian\u002Fpve bookworm pve-no-subscription\" > \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fpve-no-subscription.list\n\n# Update system\napt update && apt full-upgrade -y\n","bash","",[286,338,339,348,373,380,386,408,413,419],{"__ignoreMap":336},[340,341,344],"span",{"class":342,"line":343},"line",1,[340,345,347],{"class":346},"sbD-w","# Disable enterprise repository\n",[340,349,351,355,359,363,367,370],{"class":342,"line":350},2,[340,352,354],{"class":353},"sE3pS","sed",[340,356,358],{"class":357},"sT800"," -i",[340,360,362],{"class":361},"sAklC"," '",[340,364,366],{"class":365},"sPY7s","s\u002F^deb\u002F#deb\u002F",[340,368,369],{"class":361},"'",[340,371,372],{"class":365}," \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fpve-enterprise.list\n",[340,374,376],{"class":342,"line":375},3,[340,377,379],{"emptyLinePlaceholder":378},true,"\n",[340,381,383],{"class":342,"line":382},4,[340,384,385],{"class":346},"# Add no-subscription repository\n",[340,387,389,393,396,399,402,405],{"class":342,"line":388},5,[340,390,392],{"class":391},"sySf4","echo",[340,394,395],{"class":361}," \"",[340,397,398],{"class":365},"deb http:\u002F\u002Fdownload.proxmox.com\u002Fdebian\u002Fpve bookworm pve-no-subscription",[340,400,401],{"class":361},"\"",[340,403,404],{"class":361}," >",[340,406,407],{"class":365}," \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fpve-no-subscription.list\n",[340,409,411],{"class":342,"line":410},6,[340,412,379],{"emptyLinePlaceholder":378},[340,414,416],{"class":342,"line":415},7,[340,417,418],{"class":346},"# Update system\n",[340,420,422,425,428,431,434,437],{"class":342,"line":421},8,[340,423,424],{"class":353},"apt",[340,426,427],{"class":365}," update",[340,429,430],{"class":361}," &&",[340,432,433],{"class":353}," apt",[340,435,436],{"class":365}," full-upgrade",[340,438,439],{"class":357}," -y\n",[146,441,443],{"id":442},"additional-storage-configuration","Additional Storage Configuration",[11,445,446],{},"If you selected ZFS, configure additional datastores:",[331,448,450],{"className":333,"code":449,"language":335,"meta":336,"style":336},"# Create ZFS pool with mirror configuration\nzpool create -f data-pool mirror \u002Fdev\u002Fsdb \u002Fdev\u002Fsdc\n\n# Register as Proxmox storage\npvesm add zfspool local-zfs -pool data-pool -content images,rootdir\n",[286,451,452,457,480,484,489],{"__ignoreMap":336},[340,453,454],{"class":342,"line":343},[340,455,456],{"class":346},"# Create ZFS pool with mirror configuration\n",[340,458,459,462,465,468,471,474,477],{"class":342,"line":350},[340,460,461],{"class":353},"zpool",[340,463,464],{"class":365}," create",[340,466,467],{"class":357}," -f",[340,469,470],{"class":365}," data-pool",[340,472,473],{"class":365}," mirror",[340,475,476],{"class":365}," \u002Fdev\u002Fsdb",[340,478,479],{"class":365}," \u002Fdev\u002Fsdc\n",[340,481,482],{"class":342,"line":375},[340,483,379],{"emptyLinePlaceholder":378},[340,485,486],{"class":342,"line":382},[340,487,488],{"class":346},"# Register as Proxmox storage\n",[340,490,491,494,497,500,503,506,508,511],{"class":342,"line":388},[340,492,493],{"class":353},"pvesm",[340,495,496],{"class":365}," add",[340,498,499],{"class":365}," zfspool",[340,501,502],{"class":365}," local-zfs",[340,504,505],{"class":357}," -pool",[340,507,470],{"class":365},[340,509,510],{"class":357}," -content",[340,512,513],{"class":365}," images,rootdir\n",[11,515,516,517,521],{},"Following ",[15,518,520],{"href":137,"rel":519},[19],"ZFS best practices",", mirror vdevs (RAID1\u002FRAID10) are recommended for VM workloads. RAIDZ performs well for sequential io but can degrade under the random io patterns typical of virtualized environments.",[11,523,524,525,530],{},"When running Kubernetes workloads on Proxmox, storage design becomes especially critical. ",[15,526,529],{"href":527,"rel":528},"https:\u002F\u002Fkubo.hexabase.io\u002F",[19],"Kubo"," automates storage optimization and cluster management, dramatically reducing operational overhead.",[146,532,534],{"id":533},"network-optimization","Network Optimization",[11,536,537],{},"Production environments should separate management and storage networks:",[331,539,544],{"className":540,"code":542,"language":543},[541],"language-text","# Example \u002Fetc\u002Fnetwork\u002Finterfaces\nauto vmbr0\niface vmbr0 inet static\n    address 192.168.1.10\u002F24\n    gateway 192.168.1.1\n    bridge-ports eno1\n    bridge-stp off\n    bridge-fd 0\n\n# Storage network (10GbE)\nauto vmbr1\niface vmbr1 inet static\n    address 10.0.0.10\u002F24\n    bridge-ports eno2\n    bridge-stp off\n    bridge-fd 0\n","text",[286,545,542],{"__ignoreMap":336},[32,547,549],{"id":548},"security-and-access-control","Security and Access Control",[11,551,552],{},"Production Proxmox VE deployments demand robust security configurations.",[146,554,556],{"id":555},"firewall-configuration","Firewall Configuration",[11,558,559,560,565],{},"Leverage the ",[15,561,564],{"href":562,"rel":563},"https:\u002F\u002Fpve.proxmox.com\u002Fwiki\u002FFirewall",[19],"built-in Proxmox firewall"," to restrict access to essential ports:",[73,567,568,581],{},[76,569,570],{},[79,571,572,575,578],{},[82,573,574],{},"Port",[82,576,577],{},"Protocol",[82,579,580],{},"Purpose",[89,582,583,594,604,614,624],{},[79,584,585,588,591],{},[94,586,587],{},"8006",[94,589,590],{},"TCP",[94,592,593],{},"Web management interface",[79,595,596,599,601],{},[94,597,598],{},"22",[94,600,590],{},[94,602,603],{},"SSH access",[79,605,606,609,611],{},[94,607,608],{},"3128",[94,610,590],{},[94,612,613],{},"SPICE proxy",[79,615,616,619,621],{},[94,617,618],{},"5900-5999",[94,620,590],{},[94,622,623],{},"VNC console",[79,625,626,629,632],{},[94,627,628],{},"111",[94,630,631],{},"TCP\u002FUDP",[94,633,634],{},"Corosync (clustering)",[146,636,638],{"id":637},"enabling-two-factor-authentication-2fa","Enabling Two-Factor Authentication (2FA)",[11,640,641],{},"Proxmox VE natively supports TOTP-based 2FA. Navigate to Datacenter, then Permissions, then Two Factor to configure it, and scan the QR code with Google Authenticator or Authy.",[146,643,645],{"id":644},"ssltls-certificate-configuration","SSL\u002FTLS Certificate Configuration",[11,647,648,649,654],{},"Replace self-signed certificates with ",[15,650,653],{"href":651,"rel":652},"https:\u002F\u002Fletsencrypt.org\u002F",[19],"Let's Encrypt"," certificates:",[331,656,658],{"className":333,"code":657,"language":335,"meta":336,"style":336},"# Configure ACME plugin\npvenode acme account register default \u003Cemail>\npvenode acme cert order\n",[286,659,660,665,695],{"__ignoreMap":336},[340,661,662],{"class":342,"line":343},[340,663,664],{"class":346},"# Configure ACME plugin\n",[340,666,667,670,673,676,679,682,685,688,692],{"class":342,"line":350},[340,668,669],{"class":353},"pvenode",[340,671,672],{"class":365}," acme",[340,674,675],{"class":365}," account",[340,677,678],{"class":365}," register",[340,680,681],{"class":365}," default",[340,683,684],{"class":361}," \u003C",[340,686,687],{"class":365},"emai",[340,689,691],{"class":690},"sGX4V","l",[340,693,694],{"class":361},">\n",[340,696,697,699,701,704],{"class":342,"line":375},[340,698,669],{"class":353},[340,700,672],{"class":365},[340,702,703],{"class":365}," cert",[340,705,706],{"class":365}," order\n",[32,708,710],{"id":709},"operations-and-monitoring","Operations and Monitoring",[11,712,713],{},"Sustained stability requires continuous monitoring and regular maintenance.",[146,715,717],{"id":716},"scheduled-maintenance","Scheduled Maintenance",[52,719,720,726,732],{},[55,721,722,725],{},[48,723,724],{},"Daily",": Verify backup success, monitor disk usage",[55,727,728,731],{},[48,729,730],{},"Weekly",": Apply security updates, run ZFS scrub",[55,733,734,737],{},[48,735,736],{},"Monthly",": Review firmware updates, conduct performance reviews",[331,739,741],{"className":333,"code":740,"language":335,"meta":336,"style":336},"# Manual ZFS scrub\nzpool scrub rpool\n\n# Check ZFS pool status\nzpool status -v\n",[286,742,743,748,758,762,767],{"__ignoreMap":336},[340,744,745],{"class":342,"line":343},[340,746,747],{"class":346},"# Manual ZFS scrub\n",[340,749,750,752,755],{"class":342,"line":350},[340,751,461],{"class":353},[340,753,754],{"class":365}," scrub",[340,756,757],{"class":365}," rpool\n",[340,759,760],{"class":342,"line":375},[340,761,379],{"emptyLinePlaceholder":378},[340,763,764],{"class":342,"line":382},[340,765,766],{"class":346},"# Check ZFS pool status\n",[340,768,769,771,774],{"class":342,"line":388},[340,770,461],{"class":353},[340,772,773],{"class":365}," status",[340,775,776],{"class":357}," -v\n",[146,778,780],{"id":779},"external-monitoring-integration","External Monitoring Integration",[11,782,783,784,789,790,795],{},"Use the Proxmox ",[15,785,788],{"href":786,"rel":787},"https:\u002F\u002Fpve.proxmox.com\u002Fwiki\u002FProxmox_VE_API",[19],"REST API"," with Prometheus and Grafana for real-time resource visualization. Deploy ",[15,791,794],{"href":792,"rel":793},"https:\u002F\u002Fgithub.com\u002Fprometheus-pve\u002Fprometheus-pve-exporter",[19],"Proxmox VE Exporter"," to collect CPU, memory, storage, and network metrics.",[146,797,799],{"id":798},"troubleshooting-basics","Troubleshooting Basics",[11,801,802],{},"When issues arise, check these logs:",[331,804,806],{"className":333,"code":805,"language":335,"meta":336,"style":336},"# System logs\njournalctl -xe\n\n# Proxmox task logs\ncat \u002Fvar\u002Flog\u002Fpve\u002Ftasks\u002Factive\n\n# Cluster logs (when clustered)\ncorosync-quorumtool -s\n",[286,807,808,813,821,825,830,838,842,847],{"__ignoreMap":336},[340,809,810],{"class":342,"line":343},[340,811,812],{"class":346},"# System logs\n",[340,814,815,818],{"class":342,"line":350},[340,816,817],{"class":353},"journalctl",[340,819,820],{"class":357}," -xe\n",[340,822,823],{"class":342,"line":375},[340,824,379],{"emptyLinePlaceholder":378},[340,826,827],{"class":342,"line":382},[340,828,829],{"class":346},"# Proxmox task logs\n",[340,831,832,835],{"class":342,"line":388},[340,833,834],{"class":353},"cat",[340,836,837],{"class":365}," \u002Fvar\u002Flog\u002Fpve\u002Ftasks\u002Factive\n",[340,839,840],{"class":342,"line":410},[340,841,379],{"emptyLinePlaceholder":378},[340,843,844],{"class":342,"line":415},[340,845,846],{"class":346},"# Cluster logs (when clustered)\n",[340,848,849,852],{"class":342,"line":421},[340,850,851],{"class":353},"corosync-quorumtool",[340,853,854],{"class":357}," -s\n",[11,856,857,858,863],{},"The ",[15,859,862],{"href":860,"rel":861},"https:\u002F\u002Fforum.proxmox.com\u002F",[19],"Proxmox community forum"," is an active and invaluable resource for troubleshooting guidance.",[32,865,867],{"id":866},"conclusion","Conclusion",[11,869,870],{},"Proxmox VE delivers enterprise-grade virtualization capabilities through an open-source platform. Following the steps in this guide, you can build a stable, production-ready virtualization infrastructure.",[11,872,873,874,877],{},"For running Kubernetes workloads on Proxmox, consider ",[15,875,29],{"href":27,"rel":876},[19],". Combining Proxmox's flexibility with Kubo's fully managed K8s dramatically reduces infrastructure complexity and maximizes developer productivity.",[11,879,880,881,886],{},"For consultation on your deployment, ",[15,882,885],{"href":883,"rel":884},"https:\u002F\u002Fwww.hexabase.com\u002Fcontact-us\u002F",[19],"contact us"," to discuss the optimal Proxmox + Kubo configuration for your environment.",[11,888,889],{},[48,890,891],{},"Related Links:",[52,893,894,901,907,913],{},[55,895,896],{},[15,897,900],{"href":898,"rel":899},"https:\u002F\u002Fpve.proxmox.com\u002Fpve-docs\u002F",[19],"Proxmox VE Official Documentation",[55,902,903],{},[15,904,906],{"href":158,"rel":905},[19],"Proxmox VE Download",[55,908,909],{},[15,910,912],{"href":860,"rel":911},[19],"Proxmox Community Forum",[55,914,915],{},[15,916,918],{"href":527,"rel":917},[19],"Kubo Blog",[920,921,922],"style",{},"html pre.shiki code .sbD-w, html code.shiki .sbD-w{--shiki-default:#51597D;--shiki-default-font-style:italic}html pre.shiki code .sE3pS, html code.shiki .sE3pS{--shiki-default:#C0CAF5}html pre.shiki code .sT800, html code.shiki .sT800{--shiki-default:#E0AF68}html pre.shiki code .sAklC, html code.shiki .sAklC{--shiki-default:#89DDFF}html pre.shiki code .sPY7s, html code.shiki .sPY7s{--shiki-default:#9ECE6A}html pre.shiki code .sySf4, html code.shiki .sySf4{--shiki-default:#0DB9D7}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html pre.shiki code .sGX4V, html code.shiki .sGX4V{--shiki-default:#A9B1D6}",{"title":336,"searchDepth":350,"depth":350,"links":924},[925,926,930,935,940,945],{"id":34,"depth":350,"text":35},{"id":143,"depth":350,"text":144,"children":927},[928,929],{"id":148,"depth":375,"text":149},{"id":204,"depth":375,"text":205},{"id":304,"depth":350,"text":305,"children":931},[932,933,934],{"id":315,"depth":375,"text":316},{"id":442,"depth":375,"text":443},{"id":533,"depth":375,"text":534},{"id":548,"depth":350,"text":549,"children":936},[937,938,939],{"id":555,"depth":375,"text":556},{"id":637,"depth":375,"text":638},{"id":644,"depth":375,"text":645},{"id":709,"depth":350,"text":710,"children":941},[942,943,944],{"id":716,"depth":375,"text":717},{"id":779,"depth":375,"text":780},{"id":798,"depth":375,"text":799},{"id":866,"depth":350,"text":867},"2026-05-27","A comprehensive guide covering Proxmox VE installation, storage configuration, network setup, security hardening, and monitoring for production environments.","md","en",{},"\u002Fblog\u002Fen\u002Fproxmox-ve-complete-setup-guide",{"title":5,"description":947},"blog\u002Fen\u002Fproxmox-ve-complete-setup-guide",[955,956,957,958,959,960,961],"Proxmox","Virtualization","Self-Hosting","Infrastructure","Linux","ZFS","Server","w-xeSPlbDp7-wi7Vhqk7NR0DqmVvIy571kt1YCIlv5Q",1779964620135]