<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>OpenMediaVault on KTDEVX</title><link>/en/tags/openmediavault/</link><description>KTDEVX (OpenMediaVault)</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>ktdevx@gmail.com
(Kaito Takemura)</managingEditor><lastBuildDate>Thu, 10 Apr 2025 22:27:03 +0900</lastBuildDate><atom:link href="/en/tags/openmediavault/index.xml" rel="self" type="application/rss+xml"/><item><title>Build a File Server with OpenMediaVault</title><link>/en/blog/build-a-file-server-with-omv/</link><pubDate>Thu, 10 Apr 2025 22:27:03 +0900</pubDate><author>ktdevx@gmail.com (Kaito Takemura)</author><guid>/en/blog/build-a-file-server-with-omv/</guid><description>&lt;p>OpenMediaVault (OMV) is open-source NAS software based on Debian and designed to make it easy to build a NAS.&lt;/p>
&lt;p>In this article, we use OpenMediaVault to build a file server that can be accessed from Windows.&lt;/p>
&lt;h2 id="introduction" >
&lt;div>
&lt;a href="#introduction">
#
&lt;/a>
Introduction
&lt;/div>
&lt;/h2>
&lt;p>For the server hardware, GMKtec&amp;rsquo;s NucBox M5 Plus was selected.&lt;/p>
&lt;script type="text/javascript">(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;b[a]=b[a]||function(){arguments.currentScript=c.currentScript||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};c.getElementById(a)||(d=c.createElement(f),d.src=g,d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");msmaflink({"n":"GMKtec NucBox M5 Plus","b":"GMKtec","t":"NucBox M5 Plus","d":"https:\/\/m.media-amazon.com","c_p":"\/images\/I","p":["\/41vR0Tr81-L._SL500_.jpg","\/513cIiEP24L._SL500_.jpg","\/51y7Jy80gjL._SL500_.jpg","\/41Z+vuOobhL._SL500_.jpg","\/41M5cVWuDTL._SL500_.jpg","\/41DjW5RaV+L._SL500_.jpg","\/41TK+siBCKL._SL500_.jpg","\/41MlY4V1GHL._SL500_.jpg","\/41+kH9qwTXL._SL500_.jpg"],"u":{"u":"https:\/\/www.amazon.co.jp\/dp\/B0CCSLMGM1","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https:\/\/www.amazon.co.jp\/dp\/B0CCSLMGM1","a_id":4972695,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https:\/\/search.rakuten.co.jp\/search\/mall\/GMKtec%20NucBox%20M5%20Plus\/","a_id":4972697,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2},{"id":3,"u_tx":"Yahoo!ショッピングで見る","u_bc":"#66a7ff","u_url":"https:\/\/shopping.yahoo.co.jp\/search?first=1\u0026p=GMKtec%20NucBox%20M5%20Plus","a_id":4972698,"p_id":1225,"pl_id":27061,"pc_id":1925,"s_n":"yahoo","u_so":3}],"eid":"JoQuJ","s":"s"});&lt;/script>&lt;div id="msmaflink-JoQuJ">リンク&lt;/div>
&lt;p>Since the Proxmox VE virtualization platform is installed on the mini PC, a virtual machine is created there and OpenMediaVault is installed on it.&lt;/p>
&lt;h2 id="install-openmediavault" >
&lt;div>
&lt;a href="#install-openmediavault">
#
&lt;/a>
Install OpenMediaVault
&lt;/div>
&lt;/h2>
&lt;p>Download the OpenMediaVault ISO image and install it on the server. Follow the article below to install OpenMediaVault.&lt;/p>
&lt;p>&lt;a href="https://www.ktdevx.com/en/blog/install-openmediavault/">Install OpenMediaVault&lt;/a>&lt;/p>
&lt;p>Remember to change the management interface language and the administrator user (&lt;code>admin&lt;/code>) password.&lt;/p>
&lt;p>When installing it in a virtual machine on Proxmox VE, also see &lt;a href="https://www.ktdevx.com/en/blog/create-vm-in-proxmox-ve/">Create a Virtual Machine (VM) on Proxmox VE&lt;/a>.&lt;/p>
&lt;h2 id="assign-a-static-ip-address" >
&lt;div>
&lt;a href="#assign-a-static-ip-address">
#
&lt;/a>
Assign a Static IP Address
&lt;/div>
&lt;/h2>
&lt;p>DHCP is enabled by default. Assign a static IP address so that the NAS address does not change.&lt;/p>
&lt;p>Select Network &amp;gt; Interfaces from the menu to open the network settings screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-1.webp">&lt;/p>
&lt;p>Select the device whose settings you want to change, then click the pencil icon to open the edit screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-2.webp">&lt;/p>
&lt;p>Under IPv4, change the settings so that a static IP address is assigned. Enter the DNS server address in the advanced settings and save the configuration.&lt;/p>
&lt;p>Changing the IP address disconnects you from the server, so connect to the management interface again using the new IP address.&lt;/p>
&lt;h2 id="initialize-the-disk" >
&lt;div>
&lt;a href="#initialize-the-disk">
#
&lt;/a>
Initialize the Disk
&lt;/div>
&lt;/h2>
&lt;p>Initialize the disk connected to OpenMediaVault. Skip this step if you are mounting a disk on which a file system has already been created.&lt;/p>
&lt;p>Select Storage &amp;gt; Disks from the menu to open the disk settings screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-3.webp">&lt;/p>
&lt;p>Select the device whose settings you want to change, then click the eraser icon to open the disk wipe screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-4.webp">&lt;/p>
&lt;p>You can choose Quick or Secure as the wipe method. Unless you have a specific requirement, Quick is sufficient.&lt;/p>
&lt;p>Quick erases the file system, while Secure erases everything.&lt;/p>
&lt;h2 id="create-a-file-system" >
&lt;div>
&lt;a href="#create-a-file-system">
#
&lt;/a>
Create a File System
&lt;/div>
&lt;/h2>
&lt;p>Create a file system on the disk connected to OpenMediaVault. Skip this step if you are mounting a disk on which a file system has already been created.&lt;/p>
&lt;p>Select Storage &amp;gt; File Systems from the menu to open the file system settings screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-5.webp">&lt;/p>
&lt;p>Click the plus icon, select the file system you want to create, and open the file system creation screen. In this example, Ext4 was selected.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-6.webp">&lt;/p>
&lt;p>Select the disk on which to create the file system and create it.&lt;/p>
&lt;h2 id="create-a-shared-folder" >
&lt;div>
&lt;a href="#create-a-shared-folder">
#
&lt;/a>
Create a Shared Folder
&lt;/div>
&lt;/h2>
&lt;p>Create a shared folder. Select Storage &amp;gt; Shared Folders from the menu to open the shared folder settings screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-7.webp">&lt;/p>
&lt;p>Click the plus icon to open the shared folder creation screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-8.webp">&lt;/p>
&lt;p>Enter a name for the shared folder. Client PCs access the folder using the name configured here.&lt;/p>
&lt;p>Select the file system created earlier and save the shared folder settings.&lt;/p>
&lt;h2 id="configure-smbcifs" >
&lt;div>
&lt;a href="#configure-smbcifs">
#
&lt;/a>
Configure SMB/CIFS
&lt;/div>
&lt;/h2>
&lt;p>Configure SMB/CIFS. Select SMB/CIFS &amp;gt; Settings from the menu to open the SMB/CIFS settings screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-9.webp">&lt;/p>
&lt;p>Select the enable checkbox and save the settings.&lt;/p>
&lt;p>Next, select SMB/CIFS &amp;gt; Shares from the menu to open the SMB/CIFS share settings screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-10.webp">&lt;/p>
&lt;p>Click the plus icon to open the creation screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-11.webp">&lt;/p>
&lt;p>Under Shared folder, select the shared folder created earlier and save the settings.&lt;/p>
&lt;h2 id="create-a-user" >
&lt;div>
&lt;a href="#create-a-user">
#
&lt;/a>
Create a User
&lt;/div>
&lt;/h2>
&lt;p>Create a user who can access the shared folder. Select Users &amp;gt; Users from the menu to open the user settings screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-12.webp">&lt;/p>
&lt;p>Click the plus icon to open the user creation screen.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/build-file-server-13.webp">&lt;/p>
&lt;p>Enter a name and password and save them. You need this information to access the shared folder.&lt;/p>
&lt;p>The required OpenMediaVault configuration is now complete. Finally, access the shared folder from a client PC.&lt;/p>
&lt;h2 id="access-the-shared-folder" >
&lt;div>
&lt;a href="#access-the-shared-folder">
#
&lt;/a>
Access the Shared Folder
&lt;/div>
&lt;/h2>
&lt;p>Access the shared folder created in OpenMediaVault from Windows File Explorer.&lt;/p>
&lt;p>&lt;img alt="Windows File Explorer" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/connect-file-server-1.webp">&lt;/p>
&lt;p>Enter the path to the shared folder in the field at the top of the window.&lt;/p>
&lt;pre tabindex="0">&lt;code>\\&amp;lt;server-IP-address&amp;gt;\&amp;lt;shared-folder&amp;gt;
&lt;/code>&lt;/pre>&lt;p>You are prompted to enter network credentials.&lt;/p>
&lt;p>&lt;img alt="Windows File Explorer" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/connect-file-server-2.webp">&lt;/p>
&lt;p>Enter the username and password of the user created in OpenMediaVault, then select OK.&lt;/p>
&lt;p>If the username and password of the user logged in on the client PC match those of the user created in OpenMediaVault, entering credentials is skipped.&lt;/p>
&lt;p>&lt;img alt="Windows File Explorer" src="https://www.ktdevx.com/ja/blog/build-a-file-server-with-omv/images/connect-file-server-3.webp">&lt;/p>
&lt;p>The shared folder can now be accessed. You can also confirm that files can be created and written from the client PC.&lt;/p>
&lt;p>The NAS setup with OpenMediaVault is complete.&lt;/p></description></item><item><title>OpenMediaVault Installation Stuck During DHCPv6 Configuration</title><link>/en/blog/omv-installation-stuck-in-dhcpv6-configuration/</link><pubDate>Mon, 07 Apr 2025 23:28:22 +0900</pubDate><author>ktdevx@gmail.com (Kaito Takemura)</author><guid>/en/blog/omv-installation-stuck-in-dhcpv6-configuration/</guid><description>&lt;p>During an OpenMediaVault installation, I encountered a problem where the installer became stuck while configuring DHCPv6.&lt;/p>
&lt;p>This article explains the symptoms and the solution.&lt;/p>
&lt;h2 id="symptoms" >
&lt;div>
&lt;a href="#symptoms">
#
&lt;/a>
Symptoms
&lt;/div>
&lt;/h2>
&lt;p>&lt;img alt="OpenMediaVault installer" src="https://www.ktdevx.com/ja/blog/omv-installation-stuck-in-dhcpv6-configuration/images/pve-dhcpv6-stack.webp">&lt;/p>
&lt;p>While installing OpenMediaVault, the installation became stuck when DHCPv6 autoconfiguration ran and stopped on a blue screen.&lt;/p>
&lt;p>As you can see near the bottom of the image, it was not completely frozen; it still accepted input.&lt;/p>
&lt;h2 id="analysis" >
&lt;div>
&lt;a href="#analysis">
#
&lt;/a>
Analysis
&lt;/div>
&lt;/h2>
&lt;p>In my environment, the ISP assigned IPv6 addresses using SLAAC, and the router was configured to relay RA, DHCPv6, and the NDP proxy.&lt;/p>
&lt;p>With SLAAC, the IPv6 address prefix is announced through RA. The DNS server address is obtained either through a DHCPv6 Information-request or RDNSS.&lt;/p>
&lt;p>After analyzing the router packets, I found that my environment obtained the DNS server address through an Information-request.&lt;/p>
&lt;p>When a router relays DHCPv6, it forwards the Information-request received from the client to the DHCPv6 server using Relay-forward.&lt;/p>
&lt;p>After analyzing the packets during DHCPv6 relay, it appeared that the DHCPv6 server did not support Relay-forward. As a result, the response to the Information-request was not returned to the client.&lt;/p>
&lt;p>This appears to have caused the OpenMediaVault installation to become stuck.&lt;/p>
&lt;h2 id="solutions" >
&lt;div>
&lt;a href="#solutions">
#
&lt;/a>
Solutions
&lt;/div>
&lt;/h2>
&lt;h3 id="temporarily-disable-ipv6" >
&lt;div>
&lt;a href="#temporarily-disable-ipv6">
##
&lt;/a>
Temporarily Disable IPv6
&lt;/div>
&lt;/h3>
&lt;p>Reviewing the network configuration is recommended first, but since it was clear that something was going wrong in the IPv6 environment, temporarily disabling IPv6 in the router configuration is another option.&lt;/p>
&lt;p>I tried disabling all IPv6 settings on the router and confirmed that the OpenMediaVault installation proceeded without getting stuck.&lt;/p>
&lt;p>Because the issue only occurs in an IPv6 environment, unplugging the LAN cable while the installer is configuring IPv6 can also be effective.&lt;/p>
&lt;p>If you simply want to complete the installation, or do not need IPv6, this method should be sufficient.&lt;/p>
&lt;h3 id="review-the-networks-ipv6-configuration" >
&lt;div>
&lt;a href="#review-the-networks-ipv6-configuration">
##
&lt;/a>
Review the Network&amp;rsquo;s IPv6 Configuration
&lt;/div>
&lt;/h3>
&lt;p>In my environment, I changed the configuration so that the router no longer forwarded DHCPv6 Information-requests to the DHCPv6 server and instead returned the responses from the router itself.&lt;/p>
&lt;p>This prevented the OpenMediaVault installation from getting stuck.&lt;/p>
&lt;p>Monitor IPv6 packets from the client to the router and review where and what is happening.&lt;/p></description></item><item><title>Install OpenMediaVault</title><link>/en/blog/install-openmediavault/</link><pubDate>Sat, 05 Apr 2025 21:59:14 +0900</pubDate><author>ktdevx@gmail.com (Kaito Takemura)</author><guid>/en/blog/install-openmediavault/</guid><description>&lt;p>OpenMediaVault (OMV) is open-source NAS software based on Debian and designed to make it easy to build a NAS.&lt;/p>
&lt;p>This article explains how to install OpenMediaVault.&lt;/p>
&lt;h2 id="introduction" >
&lt;div>
&lt;a href="#introduction">
#
&lt;/a>
Introduction
&lt;/div>
&lt;/h2>
&lt;p>For the server hardware, GMKtec&amp;rsquo;s NucBox M5 Plus was selected.&lt;/p>
&lt;script type="text/javascript">(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;b[a]=b[a]||function(){arguments.currentScript=c.currentScript||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};c.getElementById(a)||(d=c.createElement(f),d.src=g,d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");msmaflink({"n":"GMKtec NucBox M5 Plus","b":"GMKtec","t":"NucBox M5 Plus","d":"https:\/\/m.media-amazon.com","c_p":"\/images\/I","p":["\/41vR0Tr81-L._SL500_.jpg","\/513cIiEP24L._SL500_.jpg","\/51y7Jy80gjL._SL500_.jpg","\/41Z+vuOobhL._SL500_.jpg","\/41M5cVWuDTL._SL500_.jpg","\/41DjW5RaV+L._SL500_.jpg","\/41TK+siBCKL._SL500_.jpg","\/41MlY4V1GHL._SL500_.jpg","\/41+kH9qwTXL._SL500_.jpg"],"u":{"u":"https:\/\/www.amazon.co.jp\/dp\/B0CCSLMGM1","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https:\/\/www.amazon.co.jp\/dp\/B0CCSLMGM1","a_id":4972695,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https:\/\/search.rakuten.co.jp\/search\/mall\/GMKtec%20NucBox%20M5%20Plus\/","a_id":4972697,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2},{"id":3,"u_tx":"Yahoo!ショッピングで見る","u_bc":"#66a7ff","u_url":"https:\/\/shopping.yahoo.co.jp\/search?first=1\u0026p=GMKtec%20NucBox%20M5%20Plus","a_id":4972698,"p_id":1225,"pl_id":27061,"pc_id":1925,"s_n":"yahoo","u_so":3}],"eid":"JoQuJ","s":"s"});&lt;/script>&lt;div id="msmaflink-JoQuJ">リンク&lt;/div>
&lt;p>Since the Proxmox VE virtualization platform is installed on the mini PC, a virtual machine is created there and Debian is installed on it.&lt;/p>
&lt;p>When installing it in a virtual machine on Proxmox VE, also see &lt;a href="https://www.ktdevx.com/en/blog/create-vm-in-proxmox-ve/">Create a Virtual Machine (VM) on Proxmox VE&lt;/a>.&lt;/p>
&lt;h2 id="download-openmediavault" >
&lt;div>
&lt;a href="#download-openmediavault">
#
&lt;/a>
Download OpenMediaVault
&lt;/div>
&lt;/h2>
&lt;p>Download the ISO image from the &lt;a href="https://www.openmediavault.org/download">OpenMediaVault download page&lt;/a>. In this example, OpenMediaVault 7.4.14 was downloaded.&lt;/p>
&lt;h2 id="create-an-installation-usb-drive" >
&lt;div>
&lt;a href="#create-an-installation-usb-drive">
#
&lt;/a>
Create an Installation USB Drive
&lt;/div>
&lt;/h2>
&lt;p>Write the downloaded ISO image to a USB drive. Use an image-writing tool such as Win32 Disk Imager.&lt;/p>
&lt;p>For details on using Win32 Disk Imager, see &lt;a href="https://www.ktdevx.com/en/blog/install-win32-disk-imager/">How to Install and Use Win32 Disk Imager&lt;/a>.&lt;/p>
&lt;h2 id="install-openmediavault" >
&lt;div>
&lt;a href="#install-openmediavault">
#
&lt;/a>
Install OpenMediaVault
&lt;/div>
&lt;/h2>
&lt;p>Connect the USB drive to the PC on which you want to install OpenMediaVault, start the PC, and boot from the USB drive. The OpenMediaVault installation screen is displayed.&lt;/p>
&lt;h3 id="select-the-installation-method" >
&lt;div>
&lt;a href="#select-the-installation-method">
##
&lt;/a>
Select the Installation Method
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-1.webp">&lt;/p>
&lt;p>The installation methods are displayed. Select Install and press Enter, or wait for the installation to start automatically.&lt;/p>
&lt;h3 id="configure-the-language" >
&lt;div>
&lt;a href="#configure-the-language">
##
&lt;/a>
Configure the Language
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-2.webp">&lt;/p>
&lt;p>Configure the language displayed during installation. Select Japanese and press Enter.&lt;/p>
&lt;h3 id="configure-the-locale" >
&lt;div>
&lt;a href="#configure-the-locale">
##
&lt;/a>
Configure the Locale
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-3.webp">&lt;/p>
&lt;p>Configure the locale. This setting is used to help configure the time zone and select the system locale.&lt;/p>
&lt;p>Select Japan and press Enter.&lt;/p>
&lt;h3 id="configure-the-keyboard" >
&lt;div>
&lt;a href="#configure-the-keyboard">
##
&lt;/a>
Configure the Keyboard
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-4.webp">&lt;/p>
&lt;p>Configure the keyboard. Select the layout that matches your keyboard and press Enter.&lt;/p>
&lt;h3 id="load-additional-components-and-configure-the-network-automatically" >
&lt;div>
&lt;a href="#load-additional-components-and-configure-the-network-automatically">
##
&lt;/a>
Load Additional Components and Configure the Network Automatically
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-5.webp">&lt;/p>
&lt;p>Additional components are loaded and the network is configured automatically.&lt;/p>
&lt;p>At this point, &lt;strong>the installer may get stuck after configuring DHCPv6 in an IPv6 environment&lt;/strong>. See the following article for the cause and solution:&lt;/p>
&lt;p>&lt;a href="https://www.ktdevx.com/en/blog/omv-installation-stuck-in-dhcpv6-configuration/">OpenMediaVault Installation Stuck During DHCPv6 Configuration&lt;/a>&lt;/p>
&lt;h3 id="configure-the-hostname" >
&lt;div>
&lt;a href="#configure-the-hostname">
##
&lt;/a>
Configure the Hostname
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-6.webp">&lt;/p>
&lt;p>Configure the server hostname.&lt;/p>
&lt;p>The default is &lt;code>openmediavault&lt;/code>. If you have no specific requirement, you can leave it unchanged.&lt;/p>
&lt;p>Enter a hostname, move the cursor to &lt;!-- raw HTML omitted -->, and press Enter.&lt;/p>
&lt;h3 id="configure-the-domain-name" >
&lt;div>
&lt;a href="#configure-the-domain-name">
##
&lt;/a>
Configure the Domain Name
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-7.webp">&lt;/p>
&lt;p>Configure the server domain name.&lt;/p>
&lt;p>The default is &lt;code>local&lt;/code>. If you have no specific requirement, you can leave it unchanged.&lt;/p>
&lt;p>Enter a domain name, move the cursor to &lt;!-- raw HTML omitted -->, and press Enter.&lt;/p>
&lt;h3 id="configure-the-administrator-password" >
&lt;div>
&lt;a href="#configure-the-administrator-password">
##
&lt;/a>
Configure the Administrator Password
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-8.webp">&lt;/p>
&lt;p>Configure the password for the administrator user (&lt;code>root&lt;/code>).&lt;/p>
&lt;p>Enter a password, move the cursor to &lt;!-- raw HTML omitted -->, and press Enter.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-9.webp">&lt;/p>
&lt;p>Enter the same password again for confirmation, move the cursor to &lt;!-- raw HTML omitted -->, and press Enter.&lt;/p>
&lt;h3 id="configure-the-debian-package-repository" >
&lt;div>
&lt;a href="#configure-the-debian-package-repository">
##
&lt;/a>
Configure the Debian Package Repository
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-10.webp">&lt;/p>
&lt;p>Configure the Debian package repository. Select Japan and press Enter.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-11.webp">&lt;/p>
&lt;p>A list of package repositories and mirrors is displayed. If you have no specific requirement, &lt;code>deb.debian.org&lt;/code> is suitable.&lt;/p>
&lt;p>Select a repository and press Enter.&lt;/p>
&lt;h3 id="configure-the-http-proxy" >
&lt;div>
&lt;a href="#configure-the-http-proxy">
##
&lt;/a>
Configure the HTTP Proxy
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-12.webp">&lt;/p>
&lt;p>Configure the HTTP proxy.&lt;/p>
&lt;p>If you need to access the internet through a proxy, enter the proxy information. Otherwise, leave it blank.&lt;/p>
&lt;p>Move the cursor to &lt;!-- raw HTML omitted --> and press Enter.&lt;/p>
&lt;h3 id="install-the-boot-loader" >
&lt;div>
&lt;a href="#install-the-boot-loader">
##
&lt;/a>
Install the Boot Loader
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-13.webp">&lt;/p>
&lt;p>Select the destination for the GRUB boot loader.&lt;/p>
&lt;p>Select the device on which to install GRUB and press Enter.&lt;/p>
&lt;h3 id="restart-the-system" >
&lt;div>
&lt;a href="#restart-the-system">
##
&lt;/a>
Restart the System
&lt;/div>
&lt;/h3>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-14.webp">&lt;/p>
&lt;p>Remove the USB drive used for installation, move the cursor to &lt;!-- raw HTML omitted -->, and press Enter.&lt;/p>
&lt;p>The system restarts and OpenMediaVault boots.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault installation screen" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/install-omv-15.webp">&lt;/p>
&lt;p>The shell login screen is displayed. The OpenMediaVault installation is complete.&lt;/p>
&lt;h2 id="access-the-openmediavault-management-interface" >
&lt;div>
&lt;a href="#access-the-openmediavault-management-interface">
#
&lt;/a>
Access the OpenMediaVault Management Interface
&lt;/div>
&lt;/h2>
&lt;p>Access the OpenMediaVault management interface.&lt;/p>
&lt;p>From a web browser, access it over HTTP using the combination of the hostname and domain name (by default, &lt;code>openmediavault.local&lt;/code>) or the IP address.&lt;/p>
&lt;p>The IP address can also be checked on the shell login screen displayed earlier.&lt;/p>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/omv-login.webp">&lt;/p>
&lt;p>The login screen is displayed. Log in with &lt;code>admin&lt;/code> as the username and &lt;code>openmediavault&lt;/code> as the password.&lt;/p>
&lt;h2 id="change-the-management-interface-language" >
&lt;div>
&lt;a href="#change-the-management-interface-language">
#
&lt;/a>
Change the Management Interface Language
&lt;/div>
&lt;/h2>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/omv-lang.webp">&lt;/p>
&lt;p>The management interface is in English by default, so change it to Japanese.&lt;/p>
&lt;p>Click the person icon in the upper-right corner of the management interface and select Language. Select Japanese from the available languages.&lt;/p>
&lt;p>The OpenMediaVault management interface is now displayed in Japanese.&lt;/p>
&lt;h2 id="change-the-administrator-password" >
&lt;div>
&lt;a href="#change-the-administrator-password">
#
&lt;/a>
Change the Administrator Password
&lt;/div>
&lt;/h2>
&lt;p>&lt;img alt="OpenMediaVault management interface" src="https://www.ktdevx.com/ja/blog/install-openmediavault/images/omv-password.webp">&lt;/p>
&lt;p>The administrator user (&lt;code>admin&lt;/code>) password is &lt;code>openmediavault&lt;/code> by default. Change it because leaving the default password is unsafe.&lt;/p>
&lt;p>Click the person icon in the upper-right corner of the management interface and select Change Password.&lt;/p>
&lt;p>The password change screen is displayed. Enter the password you want to use and select Save.&lt;/p>
&lt;p>The password used to log in as the administrator on the OpenMediaVault management interface has now been changed.&lt;/p></description></item></channel></rss>