Skip to content

HostEONS – Best VPS, Dedicated Servers and Web Hosting

Your Web and VPS Host for EONS

Main Navigation

  • Home
  • About HostEONS

Tag: IRC hosting

How to Turn Your VPS from Hosteons into a Unix Shell Account for IRC (with ZNC, Bots, IPv6 vHosts, and Identd)

hosteons April 9, 2025 April 9, 2025 Leave a Comment on How to Turn Your VPS from Hosteons into a Unix Shell Account for IRC (with ZNC, Bots, IPv6 vHosts, and Identd)

If you’re an IRC enthusiast looking to replicate the classic Unix shell account experience, a VPS from Hosteons gives you everything you need — and more.

With support for ZNC bouncers, IRC bots, custom vHosts using IPv6, and Identd (for network compliance), you can build a full-featured, personalized IRC setup in minutes.


🚀 Why Use Hosteons for IRC?

  • 🧠 Full root access on all VPS plans
  • 🌍 Global server locations with great latency
  • 🧾 rDNS support for both IPv4 and IPv6
  • 🧮 Up to 20 IPv6 IPs per VPS — perfect for vHosts
  • 💳 Crypto and global/local payment options supported
  • ⚡ Instant setup via https://hosteons.com

🛠️ Step 1: Choose Your OS & Access Your VPS

We recommend Debian or Ubuntu for IRC-related software.

After provisioning, connect to your VPS:

ssh root@your_vps_ip

Update packages:

apt update && apt upgrade -y

👤 Step 2: Create a Non-root IRC User

For security and shell access:

adduser ircuser
usermod -aG sudo ircuser

Switch to your new user:

su - ircuser

🔄 Step 3: Install and Configure ZNC (IRC Bouncer)

ZNC keeps you connected to IRC even when you’re offline.

Install ZNC:

sudo apt install znc -y

Create configuration:

znc --makeconf

Follow prompts to:

  • Set admin user/password
  • Choose a port
  • (Optional) Bind to a specific IPv6 for vHost use

Start ZNC:

znc

Access via web panel:

http://your_vps_ip:port

Edit config later at:

~/.znc/configs/znc.conf

🤖 Step 4: Install an IRC Bot (Optional)

🐍 Option 1: Sopel (Python)

pip install sopel
sopel configure
sopel start

🥚 Option 2: Eggdrop

sudo apt install eggdrop -y
eggdrop -m eggdrop.conf

🧭 Step 5: Assign IPv6 for vHost (Up to 20 Per VPS!)

  1. List your available IPv6 IPs:
ip -6 addr
  1. Bind ZNC to an IPv6:

Edit ~/.znc/configs/znc.conf:

<Listener listener0>
    Port = 6697
    IPv6 = true
    BindHost = your_ipv6_here
</Listener>
  1. Restart ZNC:
znc --reload

🔁 Step 6: Set Reverse DNS (rDNS) for IPv4 and IPv6

  1. Go to https://vps.hosteons.com
  2. Select your VPS → Network tab
  3. Set rDNS records for both your IPv4 and IPv6 addresses
  4. This helps your vHost appear clean and improves IRC acceptance

🧾 Step 7: Install and Configure Identd (Required by Some IRC Networks)

IRC networks often require an Identd response on port 113.

🔧 Install oidentd:

sudo apt install oidentd -y

Edit config:

sudo nano /etc/oidentd.conf

Example:

global {
    default {
        deny spoof
        deny spoof_all
        allow random
    }
}

user "ircuser" {
    default {
        force "ircuser"
    }
}

Enable and start:

sudo systemctl enable oidentd
sudo systemctl start oidentd

🔓 Open Port 113 in Firewall (if applicable)

sudo ufw allow 113/tcp

Or:

sudo iptables -A INPUT -p tcp --dport 113 -j ACCEPT

🧪 Step 8: Test Your Setup

  • Connect to IRC from your local client using your VPS
  • Ensure your vHost and ident show up correctly
  • Use services like mxtoolbox.com to verify RDNS

🧠 Extra Tips

  • You can install screen or tmux to keep sessions running in the background.
  • Use crontab -e to auto-start ZNC or bots on boot.
  • Set up fail2ban or a firewall like ufw to secure your VPS.
  • Always use strong passwords and keep software updated.

✅ Ready to Get Started?

Choose a VPS plan and start building your IRC shell-like environment today:

👉 https://hosteons.com

Need help? Contact us via https://my.hosteons.com

Primary Sidebar

Recent Posts

  • 🛠️ Top Tools to Monitor VPS Performance and Uptime
  • 🚫 Why Hosteons Doesn’t Oversell Resources — And Why That Matters
  • 🎉 HostEONS七周年啦!庆祝我们最棒的VPS优惠!
  • 🎉 HostEONS — Нам 7 лет! Отмечаем с лучшими предложениями на VPS
  • 🛡️ KernelCare vs Manual Kernel Updates: What’s Best for Your VPS Security?

Recent Comments

  • ✅ What Makes a Hosting Provider ‘Reliable’? A Behind-the-Scenes Look – HostEONS – Best VPS, Dedicated Servers and Web Hosting on 9288 VPS Safely Migrated, how did we dodge the DEATH BALL ? How a Hunch Saved the Business and Data of Thousands of Clients
  • 💡 What Really Matters When Choosing a VPS Provider? (Hint: It’s Not Just Price) – HostEONS – Best VPS, Dedicated Servers and Web Hosting on 9288 VPS Safely Migrated, how did we dodge the DEATH BALL ? How a Hunch Saved the Business and Data of Thousands of Clients
  • So what’s new with hostEONS after the Dedipath Drama ? – HostEONS – Best VPS, Dedicated Servers and Web Hosting on 9288 VPS Safely Migrated, how did we dodge the DEATH BALL ? How a Hunch Saved the Business and Data of Thousands of Clients
  • hostEONS: They Survived DediPath and are Thriving in Six Locations! - LowEndBox on 9288 VPS Safely Migrated, how did we dodge the DEATH BALL ? How a Hunch Saved the Business and Data of Thousands of Clients
  • One more Datacentre Location Being Added in Salt Lake City – HostEONS – Best VPS, Dedicated Servers and Web Hosting on 9288 VPS Safely Migrated, how did we dodge the DEATH BALL ? How a Hunch Saved the Business and Data of Thousands of Clients

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • December 2023
  • September 2023
  • May 2023
  • April 2023
  • February 2023
  • July 2022
  • March 2021
  • February 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • March 2020
  • December 2019
  • October 2019
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • March 2019
  • February 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018

Categories

  • Chinese
  • Cyber Security
  • French
  • General
  • German
  • Hosting Industry Insights
  • Marketing and Business Growth
  • News
  • Press Release
  • Russian
  • Services
  • Spanish
  • Tutorials

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

HostEONS – Best VPS, Dedicated Servers and Web Hosting © 2025 . All Rights Reserved