<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Installing_CentOS_Stream_9</id>
	<title>Installing CentOS Stream 9 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Installing_CentOS_Stream_9"/>
	<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Installing_CentOS_Stream_9&amp;action=history"/>
	<updated>2026-04-15T19:02:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://serverrental.store/index.php?title=Installing_CentOS_Stream_9&amp;diff=5877&amp;oldid=prev</id>
		<title>Admin: New server guide</title>
		<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Installing_CentOS_Stream_9&amp;diff=5877&amp;oldid=prev"/>
		<updated>2026-04-15T10:01:02Z</updated>

		<summary type="html">&lt;p&gt;New server guide&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;## Installing CentOS Stream 9&lt;br /&gt;
&lt;br /&gt;
CentOS Stream 9 is a continuously delivered distribution of the CentOS project that provides a rolling-release development platform for enterprises. This guide will walk you through the process of installing CentOS Stream 9, suitable for dedicated servers where you require full control over your operating system.&lt;br /&gt;
&lt;br /&gt;
### Prerequisites&lt;br /&gt;
&lt;br /&gt;
Before you begin the installation, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
*   **A dedicated server:** A physical or virtual machine with at least 2GB of RAM and 10GB of free disk space. For optimal performance in enterprise environments, consider robust dedicated servers available at [PowerVPS](https://powervps.net/?from=32) with full root access.&lt;br /&gt;
*   **CentOS Stream 9 Installation Media:** Download the ISO image from the official CentOS website. You can typically find this on the [CentOS Stream downloads page](https://www.centos.org/download/).&lt;br /&gt;
*   **USB Drive or DVD:** To create bootable installation media.&lt;br /&gt;
*   **Internet Connection:** Required for downloading packages during installation.&lt;br /&gt;
*   **Basic Linux Command-Line Knowledge:** Familiarity with navigating the terminal and executing commands.&lt;br /&gt;
&lt;br /&gt;
### Creating Bootable Installation Media&lt;br /&gt;
&lt;br /&gt;
First, you need to create a bootable USB drive or DVD from the CentOS Stream 9 ISO image.&lt;br /&gt;
&lt;br /&gt;
1.  **For Linux/macOS:**&lt;br /&gt;
    Open a terminal and use the `dd` command. Replace `/path/to/centos-stream-9.iso` with the actual path to your downloaded ISO and `/dev/sdX` with your USB drive's device name (e.g., `/dev/sdb`). **Be extremely careful to select the correct device, as this command will erase all data on it.**&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;pre&amp;gt;sudo dd if=/path/to/centos-stream-9.iso of=/dev/sdX bs=4M status=progress&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2.  **For Windows:**&lt;br /&gt;
    You can use tools like Rufus or balenaEtcher. Download and run the application, select your ISO file, select your USB drive, and start the process.&lt;br /&gt;
&lt;br /&gt;
### Booting from Installation Media&lt;br /&gt;
&lt;br /&gt;
Once your bootable media is ready, you need to boot your server from it.&lt;br /&gt;
&lt;br /&gt;
1.  **Access BIOS/UEFI:** Restart your server and press the appropriate key (often F2, F10, F12, or DEL) during startup to enter the BIOS or UEFI settings.&lt;br /&gt;
2.  **Change Boot Order:** Navigate to the boot settings and set your USB drive or DVD drive as the first boot device.&lt;br /&gt;
3.  **Save and Exit:** Save your changes and exit the BIOS/UEFI. The server will now boot from your installation media.&lt;br /&gt;
&lt;br /&gt;
### CentOS Stream 9 Installation Process&lt;br /&gt;
&lt;br /&gt;
The CentOS Stream 9 installer will guide you through the setup.&lt;br /&gt;
&lt;br /&gt;
1.  **Welcome Screen:** Upon booting, you will see a welcome screen. Select &amp;quot;Install CentOS Stream 9&amp;quot; and press Enter.&lt;br /&gt;
&lt;br /&gt;
2.  **Installation Summary:** This is your main configuration screen. You will need to configure several options before proceeding.&lt;br /&gt;
&lt;br /&gt;
    *   **Keyboard:** Select your preferred keyboard layout.&lt;br /&gt;
    *   **Language:** Choose the installation language.&lt;br /&gt;
    *   **Time &amp;amp; Date:** Set your server's time zone.&lt;br /&gt;
    *   **Installation Source:**&lt;br /&gt;
        *   **Local Media:** If you booted from USB/DVD, this is usually selected automatically.&lt;br /&gt;
        *   **Network:** If your server has a network connection and you've configured it, you can install from a network repository. For dedicated servers, especially those at [PowerVPS](https://powervps.net/?from=32), ensuring network connectivity is crucial for updates.&lt;br /&gt;
    *   **Software Selection:**&lt;br /&gt;
        *   **Minimal Install:** Recommended for servers, as it installs only the essential packages, reducing the attack surface and resource usage.&lt;br /&gt;
        *   **Server with GUI:** Installs a graphical desktop environment, which is generally not needed for server operations.&lt;br /&gt;
        *   **Add-ons:** You can select additional software groups here based on your needs.&lt;br /&gt;
    *   **Installation Destination:**&lt;br /&gt;
        *   **Automatic Partitioning:** The installer will automatically create partitions. This is suitable for beginners.&lt;br /&gt;
        *   **Custom Partitioning:** Allows you to manually define partitions (e.g., `/`, `/home`, `swap`, `/boot`). For enterprise use, custom partitioning offers more control.&lt;br /&gt;
    *   **Network &amp;amp; Hostname:**&lt;br /&gt;
        *   **Hostname:** Set a descriptive hostname for your server (e.g., `webserver01`).&lt;br /&gt;
        *   **Network Interfaces:** Enable your network interfaces and configure IP addresses, DNS servers, and search domains. For a static IP, click on the interface, toggle &amp;quot;On,&amp;quot; and configure the IPv4 settings.&lt;br /&gt;
    *   **Security Policy:** (Optional) Configure SELinux policies.&lt;br /&gt;
    *   **Kdump:** (Optional) Configure kernel dump settings for debugging.&lt;br /&gt;
&lt;br /&gt;
3.  **Begin Installation:** Once you have configured all the necessary settings in the Installation Summary, click &amp;quot;Begin Installation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
4.  **User Settings:** While the installation proceeds, you will need to set up the root password and create a regular user account.&lt;br /&gt;
    *   **Root Password:** Click on &amp;quot;Root Password&amp;quot; and set a strong, complex password. This is the administrator account.&lt;br /&gt;
    *   **User Creation:** Click on &amp;quot;User Creation&amp;quot; and create a new user with a username and password. Granting this user administrator privileges (by checking &amp;quot;Make this user an administrator&amp;quot;) is recommended for daily operations.&lt;br /&gt;
&lt;br /&gt;
5.  **Installation Complete:** Once the installation finishes, you will see a &amp;quot;Installation Complete&amp;quot; message. Click &amp;quot;Finish Installation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
6.  **Reboot:** Remove the installation media and reboot your server.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;pre&amp;gt;sudo reboot&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
### Post-Installation Steps&lt;br /&gt;
&lt;br /&gt;
After the initial installation, there are a few crucial steps to perform.&lt;br /&gt;
&lt;br /&gt;
1.  **Update System Packages:** Log in to your new CentOS Stream 9 system and update all installed packages to their latest versions. This is vital for security and stability.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;pre&amp;gt;sudo dnf update -y&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    The `dnf` command is the package manager for CentOS Stream 9, similar to `apt` on Debian-based systems. The `-y` flag automatically answers &amp;quot;yes&amp;quot; to prompts.&lt;br /&gt;
&lt;br /&gt;
2.  **Configure Firewall:** Ensure your firewall is configured to allow only necessary network traffic. `firewalld` is the default firewall management tool.&lt;br /&gt;
&lt;br /&gt;
    *   **Check Firewall Status:**&lt;br /&gt;
        &amp;lt;pre&amp;gt;sudo systemctl status firewalld&amp;lt;/pre&amp;gt;&lt;br /&gt;
    *   **Enable Firewall (if not running):**&lt;br /&gt;
        &amp;lt;pre&amp;gt;sudo systemctl enable firewalld --now&amp;lt;/pre&amp;gt;&lt;br /&gt;
    *   **Allow SSH (port 22) by default:**&lt;br /&gt;
        &amp;lt;pre&amp;gt;sudo firewall-cmd --permanent --add-service=ssh&amp;lt;/pre&amp;gt;&lt;br /&gt;
    *   **Reload Firewall Rules:**&lt;br /&gt;
        &amp;lt;pre&amp;gt;sudo firewall-cmd --reload&amp;lt;/pre&amp;gt;&lt;br /&gt;
    *   **List Allowed Services:**&lt;br /&gt;
        &amp;lt;pre&amp;gt;sudo firewall-cmd --list-all&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3.  **Install Essential Software:** Depending on your server's purpose, you might want to install additional software. For example, to install the `wget` utility for downloading files:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;pre&amp;gt;sudo dnf install wget -y&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
### Troubleshooting Common Issues&lt;br /&gt;
&lt;br /&gt;
*   **&amp;quot;No bootable device found&amp;quot; error:** This usually means the boot order in your BIOS/UEFI is incorrect, or the installation media was not created properly. Re-create the bootable media and verify the boot order.&lt;br /&gt;
*   **Network connectivity issues:** Double-check your network interface configuration in the installer or after booting. Ensure your IP address, subnet mask, gateway, and DNS servers are correctly set. If using a [PowerVPS dedicated server](https://powervps.net/?from=32), confirm your network settings with their support.&lt;br /&gt;
*   **Package installation failures:** Ensure your server has a stable internet connection. Check the `/etc/yum.repos.d/` directory for correct repository configurations.&lt;br /&gt;
&lt;br /&gt;
### Conclusion&lt;br /&gt;
&lt;br /&gt;
You have now successfully installed CentOS Stream 9 on your server. Remember to keep your system updated regularly and configure your firewall appropriately to maintain a secure and stable environment. For more advanced configurations, explore topics like [[Configuring SSH Access]] or [[Setting Up Web Servers]].&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
**Disclosure:** This article may contain affiliate links. If you click on these links and make a purchase, we may receive a commission at no extra cost to you. This helps support our work.&lt;br /&gt;
&lt;br /&gt;
[[Category:OS Installation]]&lt;br /&gt;
[[Category:CentOS]]&lt;br /&gt;
[[Category:Server Administration]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>