Organizing remote control of mining equipment requires a reliable and stable connection, and the use of Hive OS is one of the most effective solutions in this area. Many users face the need to connect their rigs to the network without a direct cable connection, often due to a complex room layout or a lack of available ports on the switch. In this article, we'll cover the process of setting up a wireless connection in detail, focusing on technical nuances that are often overlooked by beginners.
Integrating an operating system into a wireless infrastructure requires prior preparation and understanding of the network architecture. Hive OS It's based on Linux, which allows for flexible configuration but also imposes certain hardware configuration requirements. Proper configuration will not only allow you to launch your rig but also ensure its stable operation with minimal delays in transmitting hashrate and temperature data.
Before moving on to practical steps, it's important to understand that a wireless connection is always less stable than a wired one. However, with proper setup and high-quality equipment, the difference in performance is virtually imperceptible. Below, we'll cover a step-by-step procedure to help you avoid common mistakes and get your equipment up and running quickly.
Equipment preparation and network requirements
The first step to successful integration is to check your hardware's compatibility with wireless standards. Most modern graphics cards and motherboards support USB Wi-Fi adapters, however Hive OS has a limited list of supported chipsets. Chip-based adapters typically provide stable operation. Realtek or MediaTek, while exotic models may not be detected automatically by the system.
You need to make sure that your router can handle the load from multiple devices if you plan to connect more than one rig. Standard Wi-Fi 5 (802.11ac) or newer is preferred to ensure sufficient throughput, although minimum speeds are sufficient for transmitting mining telemetry. The key here is a stable ping and the absence of constant connection interruptions, which could lead to worker shutdowns.
☑️ Checking connection readiness
It's also worth paying attention to the physical placement of the antennas. If the rig is located in a metal cabinet or behind a thick concrete wall, the signal may be too weak for reliable operation. In such cases, it's recommended to use a USB extender to move the adapter to a better reception area or consider installing an additional access point.
⚠️ Note: Not all USB Wi-Fi adapters work out of the box. Before purchasing, make sure the driver for your model is built into the Linux kernel used by Hive OS, otherwise the device will simply not be detected by the system.
Registering and creating a worker in the control panel
The setup process begins not on the rig itself, but in your account's web interface. Log in to your personal account. Hiveon and go to the worker management section. This is where unique access keys are generated, which will be used by the operating system to identify your hardware within the pool's shared network and for statistics.
Create a new worker, specifying the appropriate operating system and hardware type. Once created, you will receive a set of credentials including a username, password, and server address. This information is critical, as it allows you to run the initial setup script. Save it in a safe place or copy it immediately, as repeated access to the worker password may be restricted.
Where can I find the API key?
The API key is located in your Hiveon dashboard under "Account Settings." It's required for some third-party utilities and automation scripts, but it's generally not required for basic worker connection via Wi-Fi if you're using the standard installer.
It's important to select the correct GPU type when creating a worker, although this has more of an impact on the displayed statistics than the network connection process. If you're using a mixed hardware configuration, ensure the selected model is accurate to avoid issues when applying overclocking profiles later.
| Parameter | Description | Where to find |
|---|---|---|
| Worker login | Unique device name | List of workers |
| Password | Access key for setup | Worker creation window |
| Server | Connection address (usually auto) | Worker Information |
| UUID | Equipment ID | Worker details |
Downloading the installation image and creating a flash drive
To install the operating system, you will need a USB drive with at least 8 GB of storage. Download the latest image. Hive OS From the official website, selecting the version for installation from a flash drive. It's important to use only trusted sources, as modified images may contain malicious code that can steal your access keys.
It is best to write an image to a flash drive using specialized software, such as Rufus or EtcherThese programs ensure the correct partition structure required for loading the motherboard BIOS/UEFI. The writing process will destroy all data on the drive, so back up any important information beforehand.
After the image is written, insert the flash drive into the rig and connect the Wi-Fi adapter. Upon first boot, the system will attempt to automatically detect the network hardware. If the adapter is supported, you'll see the corresponding status in the boot logs, signaling the next step.
Setting up a Wi-Fi connection via the console
After booting the system from the flash drive, you'll need to access the console. This can be done by connecting a monitor and keyboard directly to the rig, or via SSH if the Ethernet cable was temporarily connected for initial setup. In the console, you'll need to launch the network configuration utility, which in Hive OS is often accessible via the menu or command line.
To connect manually, use the command nmcli or built-in script hive-wifi, if available in your version. You will be prompted to select your network from a list of available SSIDs. Enter the Wi-Fi network password, being careful about case, as the system is sensitive to input errors.
sudo nmtui
This command will launch the network management text interface, where you can select "Activate a connection," find your network, and enter its credentials. After a successful connection, the system will save the profile and attempt to connect automatically the next time you reboot. Make sure the connection status changes to "connected."
Using the automatic configuration script
To simplify the process, the developers have provided a special script that allows you to configure the network without direct access to the rig's console, using an already connected device. This method is especially convenient if you can't connect a monitor to each worker. You'll need to run the script on any computer on the same network where a worker is already configured.
The script will ask you for your Hiveon account login and password, as well as the name of the worker you want to configure. After authorization, you'll be able to transfer the Wi-Fi configuration to the target device. This works because the worker, even without internet access, can receive initial data via a local network or temporary connection.
⚠️ Note: The setup script only works if the worker has at least received an IP address or is in setup mode. If the adapter isn't detected by the system, the script won't help—first, resolve the driver issue.
While the script is running, information about the configuration packet transfer status may appear on the screen. Wait for a successful completion message, after which the rig should reboot or update its network settings. Check the worker status in the web panel – it should be online.
Diagnostics and solution
Even if you follow the instructions carefully, connection issues may still occur. A common error is "Authentication Failed," which indicates an incorrect password or unsupported encryption type. Make sure your router isn't using outdated security protocols that may conflict with Linux drivers.
Another problem could be obtaining an IP address. If the rig is connected to Wi-Fi but can't access the internet, check your router's DHCP settings. The address pool may be exhausted, or MAC address filtering may be enabled, blocking the new device.
For deep diagnostics, use commands ping And iwconfigThey will show the signal strength and the ability to reach the gateway. If the signal strength is below -75 dBm, stable mining is at risk, and it's time to consider improving coverage.
Why doesn't Hive OS see my Wi-Fi adapter?
Most likely, the driver for your adapter model isn't built into the operating system kernel. Try replacing the adapter with a model using the Realtek RTL8812AU chip or a similar one, which is well supported in Linux. Also, check that the adapter is properly inserted into the USB port.
Is it possible to use Wi-Fi for mining on large farms?
For rigs with 6-12 cards, Wi-Fi can be an acceptable solution if the signal is strong. However, for industrial-scale systems and rigs with many rigs, a wired connection is highly recommended, as wireless networks share bandwidth among all devices, which can lead to lag and lost shares.
How do I change Wi-Fi settings after installation?
You can change network settings through the Hive OS web interface in the "Network" section if the rig is already online. If you don't have network access, you'll need to reboot the rig from a flash drive or access the console via SSH (if the port is open) or directly through the monitor to reconfigure the connection using the command nmcli.