<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>virtualizor &#8211; Cahrur.Net</title>
	<atom:link href="https://cahrur.net/tag/virtualizor/feed/" rel="self" type="application/rss+xml" />
	<link>https://cahrur.net</link>
	<description>Blog Official Cahrur Rozid</description>
	<lastBuildDate>Wed, 16 Oct 2024 05:53:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://cahrur.net/wp-content/uploads/2022/08/cropped-cropped-Logo-Cahrur.Net_-32x32.png</url>
	<title>virtualizor &#8211; Cahrur.Net</title>
	<link>https://cahrur.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Panduan lengkap setup server KVM Virtualizor</title>
		<link>https://cahrur.net/panduan-lengkap-setup-server-kvm-virtualizor/</link>
					<comments>https://cahrur.net/panduan-lengkap-setup-server-kvm-virtualizor/#respond</comments>
		
		<dc:creator><![CDATA[Cahrur Rozid]]></dc:creator>
		<pubDate>Wed, 16 Oct 2024 05:53:54 +0000</pubDate>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Virtualizor]]></category>
		<category><![CDATA[HAProxy]]></category>
		<category><![CDATA[Install Virtualizor]]></category>
		<category><![CDATA[KVm Virtualizor]]></category>
		<category><![CDATA[Panduan Install Virtualizor]]></category>
		<category><![CDATA[virtualizor]]></category>
		<guid isPermaLink="false">https://cahrur.net/?p=369</guid>

					<description><![CDATA[Panduan lengkap setup server KVM Virtualizor 1. set password 2. set hostname dan resolv.conf permanent hostnamectl set-hostname dc6.mudahdeal.cloud dc6.mudahdeal.cloud ganti ... <p class="read-more-container"><a title="Panduan lengkap setup server KVM Virtualizor" class="read-more button" href="https://cahrur.net/panduan-lengkap-setup-server-kvm-virtualizor/#more-369" aria-label="Read more about Panduan lengkap setup server KVM Virtualizor">Read more</a></p>]]></description>
										<content:encoded><![CDATA[<div class="cahru-before-content" id="cahru-965461627"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9360031341295738" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block;" data-ad-client="ca-pub-9360031341295738" 
data-ad-slot="8885219542" 
data-ad-format="auto"></ins>
<script> 
(adsbygoogle = window.adsbygoogle || []).push({}); 
</script>
</div><p>Panduan lengkap setup server KVM Virtualizor<br />
1. set password<br />
2. set hostname dan resolv.conf permanent</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">hostnamectl set-hostname dc6.mudahdeal.cloud</pre>
</div>
<p>dc6.mudahdeal.cloud ganti sesuai keinginan</p>
<p>Kemudian set resolv.conf</p>
<p>Detailnya cek disini <a href="https://cahrur.net/cara-set-permanent-resolv-conf-di-ubuntu/"><strong>Cara Set Permanent resolv.conf di Ubuntu</strong></a></p>
<p>3. update dan upgrade repo</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">apt update
apt upgrade</pre>
</div>
<p>4. install kvm virtualizor</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">wget -N http://files.virtualizor.com/install.sh
chmod 0755 install.sh
./install.sh email=cahrur26@gmail.com kernel=kvm</pre>
</div>
<p>5. reboot</p>
<p>6. buat storage</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">mkdir /storage1</pre>
</div>
<p>storage1 ganti sesuai keinginan</p>
<p>7. login virtualizor<br />
IPSERVER:4085 port</p>
<p>jika error password</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">nano /etc/pam.d/common-password</pre>
</div>
<p>yescrypt ganti sha512</p>
<p>8. add storage dipanel ( sesuai nama storage yang dibuat diatas,  bawaan dihapus aja)<br />
9. setup haproxy<br />
10. buat internal network untuk ha proxy</p>
<p>a.</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">cd /etc/libvirt/qemu/networks</pre>
</div>
<p>b.</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">nano HAProxy.xml</pre>
</div>
<p>masukkan diwabah ini</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">&lt;network&gt;
&lt;name&gt;HAProxy&lt;/name&gt;
&lt;forward mode='nat'/&gt;
&lt;bridge name='HAProxy' stp='on' delay='0' /&gt;
&lt;ip address='10.0.6.1' netmask='255.0.0.0'&gt;
&lt;/ip&gt;
&lt;/network&gt;</pre>
</div>
<p>10.0.6.1  ganti sesuai keinginan</p>
<p>c.</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">virsh net-define /etc/libvirt/qemu/networks/HAProxy.xml</pre>
</div>
<p>d.</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">virsh net-autostart HAProxy</pre>
</div>
<p>e.</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">virsh net-start HAProxy</pre>
</div>
<p>cek jaringan</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">brctl show</pre>
</div>
<p>&nbsp;</p>
<p>jika error The viifbr0 is not started. Please run service virtnetwork start<br />
cara 1.</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">service virtnetwork start</pre>
</div>
<p>cara 2.</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">service virtnetwork restart</pre>
</div>
<p>atau</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">service virtnetwork stop</pre>
</div>
<p>kemudian jalankan start lagi</p>
<p>11. buat ip pool ( didalam panel)<br />
bridge vlan nya = HAProxy</p>
<p>Gateway to: 10.0.6.1<br />
Netmask to: 255.0.0.0<br />
Nameserver 1: 8.8.8.8<br />
Nameserver 2: 8.8.4.4<br />
First IP: 10.0.6.2<br />
Last IP: 10.0.6.50</p>
<p>12. Aktifkan HaProxy di configurtaion SLAVE</p>
<p>12. dhccp issue<br />
install</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">apt-get install isc-dhcp-server</pre>
</div>
<p>start</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">systemctl start isc-dhcp-server.service</pre>
</div>
<p>enable on boot</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">systemctl enable isc-dhcp-server.service</pre>
</div>
<p>tentukan net interface di dhcp auto</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">nano /etc/default/isc-dhcp-server</pre>
</div>
<p>isikan pada ipv4 nya HAProxy</p>
<p>reset dhcp</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">kill all dhcpd
rm -rf /var/run/dhcpd.pid</pre>
</div>
<p>cek sttaus shcp</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">systemctl status isc-dhcp-server.service service -l</pre>
</div>
<p>13. enable haproxy on virtualizor<br />
reload</p>
<p>14. jika error netwrok</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">/usr/local/emps/bin/php /usr/local/virtualizor/zzvirtservice.php</pre>
</div>
<p>&nbsp;</p>
<!-- RatingBintangAjaib -->]]></content:encoded>
					
					<wfw:commentRss>https://cahrur.net/panduan-lengkap-setup-server-kvm-virtualizor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>License Sync Error: It seems that your server is not in sync with Virtualizor servers</title>
		<link>https://cahrur.net/license-sync-error-it-seems-that-your-server-is-not-in-sync-with-virtualizor-servers/</link>
					<comments>https://cahrur.net/license-sync-error-it-seems-that-your-server-is-not-in-sync-with-virtualizor-servers/#comments</comments>
		
		<dc:creator><![CDATA[Cahrur Rozid]]></dc:creator>
		<pubDate>Thu, 15 Feb 2024 04:08:08 +0000</pubDate>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Virtualizor]]></category>
		<category><![CDATA[error licenci virtualizor]]></category>
		<category><![CDATA[License Sync Error]]></category>
		<category><![CDATA[virtualizor]]></category>
		<guid isPermaLink="false">https://cahrur.net/?p=330</guid>

					<description><![CDATA[Bingung ya jika mengalami error licenci virtualizor dengan pesan error &#8220;License Sync Error: It seems that your server is not ... <p class="read-more-container"><a title="License Sync Error: It seems that your server is not in sync with Virtualizor servers" class="read-more button" href="https://cahrur.net/license-sync-error-it-seems-that-your-server-is-not-in-sync-with-virtualizor-servers/#more-330" aria-label="Read more about License Sync Error: It seems that your server is not in sync with Virtualizor servers">Read more</a></p>]]></description>
										<content:encoded><![CDATA[<div class="cahru-before-content" id="cahru-1613557999"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9360031341295738" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block;" data-ad-client="ca-pub-9360031341295738" 
data-ad-slot="8885219542" 
data-ad-format="auto"></ins>
<script> 
(adsbygoogle = window.adsbygoogle || []).push({}); 
</script>
</div><p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-331" src="https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-105957.png" alt="" width="1185" height="114" srcset="https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-105957.png 1185w, https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-105957-300x29.png 300w, https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-105957-1024x99.png 1024w, https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-105957-768x74.png 768w" sizes="(max-width: 1185px) 100vw, 1185px" /></p>
<p>Bingung ya jika mengalami error licenci virtualizor dengan pesan error &#8220;License Sync Error: It seems that your server is not in sync with Virtualizor servers&#8221; baca ini untuk solusinya</p>
<p>Pertama coba ping ke google</p>
<pre>ping google.com</pre>
<p>Jika hasilnya seperti dibawah ini</p>
<p>ping: google.com: Name or service not known</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9360031341295738" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block;" data-ad-client="ca-pub-9360031341295738" 
data-ad-slot="8885219542" 
data-ad-format="auto"></ins>
<script> 
(adsbygoogle = window.adsbygoogle || []).push({}); 
</script>

<p>maka solusinya</p>
<p>edit file /etc/resolv.conf menggukan editor kebiasan kalian. Misalkan saya pakai nano</p>
<pre>nano /etc/resolv.conf</pre>
<p>kemudian masukkan name server google berikut ini</p>
<pre>nameserver 8.8.8.8</pre>
<p>kemudian save dengan cara ctrl+x  dan ketik y</p>
<p>Selanjutnya coba ping google lagi. Jika berhasil Kemudian klik refresh licenci di bagian licenci info virtualizor</p>
<p><img decoding="async" class="alignnone size-full wp-image-332" src="https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-110345.png" alt="" width="1192" height="447" srcset="https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-110345.png 1192w, https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-110345-300x113.png 300w, https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-110345-1024x384.png 1024w, https://cahrur.net/wp-content/uploads/2024/02/Screenshot-2024-02-15-110345-768x288.png 768w" sizes="(max-width: 1192px) 100vw, 1192px" /></p>
<p>Done &#8230;.</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9360031341295738" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block;" data-ad-client="ca-pub-9360031341295738" 
data-ad-slot="8885219542" 
data-ad-format="auto"></ins>
<script> 
(adsbygoogle = window.adsbygoogle || []).push({}); 
</script>

<p>Panduan diatas tentang set nameserver hanya akan berlaku sementara, jika ingin ubah nameserver secara permanent, baca panduan berikut <a href="https://cahrur.net/cara-set-permanent-resolv-conf-di-ubuntu/">Cara Set Permanent resolv.conf di Ubuntu</a></p>
<p>Jika ingin bantuan install proxmox, atau ingin beli dedicated server dan vps silahkan cek di  <a href="https://cloud.mudahdeal.com/">cloud.mudahdeal.com</a></p>
<!-- RatingBintangAjaib -->]]></content:encoded>
					
					<wfw:commentRss>https://cahrur.net/license-sync-error-it-seems-that-your-server-is-not-in-sync-with-virtualizor-servers/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
