Lunduke
News • Science & Tech
How to: Run a DOS-based Web Server (seriously)
Apache and Nginx, eat your heart out.
December 20, 2023
post photo preview

Apache and Nginx are great Web Servers. Linux and FreeBSD are fantastic systems for running them on. But… what if… we wanted to do something a little more... off the beaten path?

What if -- hear me out -- we ran a Web Server… on DOS?

Yeah. DOS.

It's doable. Truly it is.

And, while DOS may not be the high-up-time, massively scalable Web Server platform of the future… it's still a heck of a lot of fun to set up. Plus, it only takes a few minutes. At which point you can say to the world: “Hey! I ran a DOS Web Server!”

Which is a far more enjoyable thing to say than perhaps it should be.

We're going to use FreeDOS as the base operating system here. FreeDOS is a Free and Open Source, MS-DOS compatible operating system that is still (even nowadays) under active development.

But, never fear, it's still DOS.

Note: Some of this will also work in MS-DOS, but FreeDOS makes the process much easier.

Step 1) Install FreeDOS

  • Go to freedos.org and download the full .ISO for FreeDOS.
  • Then install FreeDOS.

If you have difficulty here, the FreeDOS team has put together step-by-step instructions (with videos, screenshots, the works). Luckily this should be a simple process for anyone who's installed an Operating System before.

For the purposes of this tutorial, I recommend installing FreeDOS in a virtual machine (QEMU or VirtualBox recommended) – that will simply make the networking component much easier. That said, all of this works great even on bare metal… provided you have supported networking hardware.

If you are installing in a virtual machine, set up a VM with 32 MB of RAM and a 500 MB hard drive. This should be plenty. Because… it's DOS.

Step 2) Install DOS Networking Software

Here's where some of the magic of FreeDOS makes things incredibly easy.

Reboot your DOS machine (or virtual machine) and make sure the FreeDOS installer .ISO is mounted (or the USB/CD is in the drive if you are using DOS on a physical PC).

Run the FreeDOS package manager application by typing:

FDIMPLES.EXE

(On a standard FreeDOS install FDIMPLES.EXE will be in the system path, so you can be in any directory when you run it. Otherwise it is, by default, stored in C:\FDOS\BIN.)

From the “Networking” section, select the following packages:

  • FDNET

  • MTCP

  • WGET

Then chose “OK” to install the packages. At this point you'll want to reboot to load everything properly.

Step 3) Install a Web Server

There are, believe it or not, multiple options for running a Web Server under DOS. Seriously. Not a joke.

In this tutorial I'll show you how to install two of them. Because… why not? You can install either. Or both. Follow your heart.

First, let's install Sioux – which is the more feature-packed of the two we look at here. Run these commands one at a time.

md sioux

cd sioux
wget http://www.georgpotthast.de/sioux/sioux.zip
unzip sioux.zip

Now let's install WebServ. Which, believe it or not, was written in BASIC. That's right. Follow this tutorial and you'll have run a Web Server. Programmed in BASIC. In DOS. (Kemeny & Kurtz would be proud.)

cd \
md webserv
cd webserv
wget http://rubbermallet.org/software/download/websv09b.zip
unzip websv09b.zip

Step 4) Run the Web Server

Note: Both Sioux and WebServ require ntcpdrv.exe to be run first. Luckily, ntcpdrv.exe is included with both and super easy to use. Just be sure to replace the IP, Netmask, and Gateway parameters (in the commands below) with the actual numbers for your DOS machine (you can find them when you first boot DOS).

To run Sioux:

cd \
cd sioux
ntcpdrv -ip=10.0.0.2 -netmask=255.255.255.0 -gateway=10.0.0.1
sioux.exe

To run WebServ:

cd \
cd webserv
ntcpdrv -ip=10.0.0.2 -netmask=255.255.255.0 -gateway=10.0.0.1
webserv.exe

All done!

That's it! You now have your very own DOS-based Web Server!

In order to test it out simply load up any web browser you like and point it at the IP address for your DOS installation (same IP that you see at boot time and that you used with NTCPDRV.EXE above).

Wham-o! You've done it! You've run your own DOS Web Server!

This is what the default page shipped with WebServ looks like (possibly the best default webserver page in existence):

community logo
Join the Lunduke Community
To read more articles like this, sign up and join my community today
8
What else you may like…
Videos
Podcasts
Posts
Articles
Linus Torvalds, Communism, & The WEF

"I am one of those 'woke communists' you worry about," says Linux founder, Linus Torvalds. Plus: Why Free and Open Source Software is neither Socialist nor Communist.

More from The Lunduke Journal:
https://lunduke.com/

00:15:37
November 17, 2025
Python Launches DEI Marketing Campaign

First Python refused to stop discriminatory policies & turned down $1.5 Million from the US Government. Now they have launched the “Python is for EVERYONE" campaign... but they don't actually mean "everyone".

More from The Lunduke Journal:
https://lunduke.com/

00:15:14
November 17, 2025
Linux Kernel Establishes Official AI Coding Guidelines

Al Chatbots officially allowed for all aspects of Linux Kernel development. "Kernel contributors have been using [Al tools] to generate contributions for a long time."

More from The Lunduke Journal:
https://lunduke.com/

00:14:43
November 22, 2023
The futility of Ad-Blockers

Ads are filling the entirety of the Web -- websites, podcasts, YouTube videos, etc. -- at an increasing rate. Prices for those ad placements are plummeting. Consumers are desperate to use ad-blockers to make the web palatable. Google (and others) are desperate to break and block ad-blockers. All of which results in... more ads and lower pay for creators.

It's a fascinatingly annoying cycle. And there's only one viable way out of it.

Looking for the Podcast RSS feed or other links? Check here:
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

The futility of Ad-Blockers
November 21, 2023
openSUSE says "No Lunduke allowed!"

Those in power with openSUSE make it clear they will not allow me anywhere near anything related to the openSUSE project. Ever. For any reason.

Well, that settles that, then! Guess I won't be contributing to openSUSE! 🤣

Looking for the Podcast RSS feed or other links?
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

openSUSE says "No Lunduke allowed!"
September 13, 2023
"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

This episode is free for all to enjoy and share.

Be sure to subscribe here at Lunduke.Locals.com to get all shows & articles (including interviews with other amazing nerds).

"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

At work we are pretty much exclusively a Windows operation with the exception of about a dozen Macs. In my new role I'm doing a lot more server work and want to get some more experience with Linux server administration. I've ran Debian and Ubuntu servers in the past for various things, but am leaning toward a RHEL-based distro this time. Specifically leaning toward Alma Linux, but I'm open to Rocky too. Anyone have any experience with it on the business front? It's really going to be used only in my test environment so the learning curve won't really matter.

post photo preview
17 hours ago

Massive Outage of Websites Reported as Cloudflare Goes Down

According to recent data from Downdetector, X, Spotify, OpenAI, Amazon Web Services (AWS), Verizon, YouTube, Claude, DoorDash, Zoom, Google, and Reddit are currently facing downtime issues in the United States. Downdetector was also rendered briefly unavailable.

https://www.theepochtimes.com/us/massive-outage-of-websites-reported-as-cloudflare-goes-down-5946383

Reminder: Support non-Woke Tech Journalism, 50% off subs through tomorrow

Super quick reminder:

  • All subscription types for The Lunduke Journal (Monthly, Yearly, & Lifetime) are 50% off through tomorrow (Wed, Nov 18th).

  • Every subscription helps to keep The Lunduke Journal Big-Tech Free, Ad-Free, and fully independent. You make this work possible.

Plus: Every Subscription come with all of the perks: DRM-Free MP4 Downloads of all videos, full access to the exclusive forum, and a bunch of nerdy eBooks.

Scroll down. Pick the subscription type that looks the best to you — starting at $2.25 per month (not too shabby) all the way up to the Lifetime subscriptions (which is extra rad).

50% Off Yearly or Monthly Subscriptions:

Available via both Locals and Substack. (This includes full access the community Forum, and all other perks.)

That means $3 / Month. Or $27 / Year (which works out to $2.25 / Month).

Via Lunduke.Locals.com:

Via Lunduke.Substack.com:

Note: You can also grab a Monthly subscription via X, YouTube, or Patreon — and get all of the same perks. There’s no way to offer a discount on those platforms, but those are still good options!

The Famous Lifetime Subscription:

The “World Famous Lunduke Journal Lifetime Subscription” is exactly what it sounds like. Pay once and get full access to The Lunduke Journal. For life.

Now, through Wednesday, November 19th, you can snag one at a crazy discount. Normally these are $300… but you can grab one for $150. (You can also pay more if you’d like to donate a little extra.)

The Lifetime Subscription can be obtained via Locals, Substack, or using Bitcoin. All three options work great and are super easy (& all three include access to all of the perks). Scroll down and choose your option.

Note: The Lifetime Subscription only applies to Substack and Locals. Other platforms (such as X, Patreon, & YouTube) do not provide the functionality necessary to create Lifetime Subscriptions.

How to get a Lifetime Subscription via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Select “Give Once“.

  3. Enter “150“ (or more) into the amount field.

  4. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

How to get a Lifetime Subscription via Substack:

  1. Go to Lunduke.Substack.com/subscribe.

  2. Select the “Lifetime Subscription” option.

  3. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

If you would also like full, Lifetime access to Lunduke.Locals.com (which is included):

  1. Make a free account on Lunduke.Locals.com.

  2. Email “bryan at lunduke.com” with the email address you use on both Substack and Locals (can be different email addresses).

  3. Lunduke will toss you an email once your account is set to full lifetime status on Locals.

How to get a Lifetime Subscription with Bitcoin:

You can also obtain a Lifetime Subscription via Bitcoin.

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email “bryan at lunduke.com” with the following information: What time you made the transaction, how much was sent (in Bitcoin), and the email address you use (or plan to use) on Locals.com or Substack.com (or both).

No matter which type of subscription you choose, thank you for your support!

Seriously. None of this would be possible without all of you.

-Lunduke

Read full Article
November 16, 2025
Interviews! YouTube Silver Award Thingy! 50% Off Subs!

This was yet another fantastic week at The Lunduke Journal!

Two great interviews — one with Ruby on Rails & Omarchy Linux creator (DHH), and another with the lawyer for 4chan & Kiwi Farms (Preston Byrne) — and now The Lunduke Journal’s YouTube channel has hit 100k subscribers.

Which mean I’m supposed to get one of those “I survived YouTube’s attempts to destroy my channel so now I get this silver plaque” awards. Which I may or may not have plans for.

How does The Lunduke Journal celebrate such a glorious week?

Why, by offering a super-mega-huge discount on subscriptions! Naturally!

50% off. Monthly, Yearly, or Lifetime. Through this next Wednesday (November 19th).

Every Subscription come with all of the perks:

Scroll down. Pick the subscription type that looks the best to you — starting at $2.25 per month (not too shabby) to full Lifetime subscriptions.

Every subscription helps The Lunduke Journal continue to do this reporting. This is only possible thanks to all of you.

50% Off Yearly or Monthly Subscriptions:

Available via both Locals and Substack. (This includes full access the community Forum, and all other perks.)

That means $3 / Month. Or $27 / Year (which works out to $2.25 / Month).

Via Lunduke.Locals.com:

Via Lunduke.Substack.com:

Note: You can also grab a Monthly subscription via X, YouTube, or Patreon — and get all of the same perks. There’s no way to offer a discount on those platforms, but those are still good options!

The Famous Lifetime Subscription:

The “World Famous Lunduke Journal Lifetime Subscription” is exactly what it sounds like. Pay once and get full access to The Lunduke Journal. For life.

Now, through Wednesday, November 19th, you can snag one at a crazy discount. Normally these are $300… but you can grab one for $150. (You can also pay more if you’d like to donate a little extra.)

The Lifetime Subscription can be obtained via Locals, Substack, or using Bitcoin. All three options work great and are super easy (& all three include access to all of the perks). Scroll down and choose your option.

Note: The Lifetime Subscription only applies to Substack and Locals. Other platforms (such as X, Patreon, & YouTube) do not provide the functionality necessary to create Lifetime Subscriptions.

How to get a Lifetime Subscription via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Select “Give Once“.

  3. Enter “150“ (or more) into the amount field.

  4. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

How to get a Lifetime Subscription via Substack:

  1. Go to Lunduke.Substack.com/subscribe.

  2. Select the “Lifetime Subscription” option.

  3. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

If you would also like full, Lifetime access to Lunduke.Locals.com (which is included):

  1. Make a free account on Lunduke.Locals.com.

  2. Email “bryan at lunduke.com” with the email address you use on both Substack and Locals (can be different email addresses).

  3. Lunduke will toss you an email once your account is set to full lifetime status on Locals.

How to get a Lifetime Subscription with Bitcoin:

You can also obtain a Lifetime Subscription via Bitcoin.

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email “bryan at lunduke.com” with the following information: What time you made the transaction, how much was sent (in Bitcoin), and the email address you use (or plan to use) on Locals.com or Substack.com (or both).

No matter which type of subscription you choose, thank you for your support! Every subscription goes directly towards keeping The Lunduke Journal running well into the future.

-Lunduke

Read full Article
November 12, 2025
Lunduke Journal Update: Nov 12, 2025

Just a few quick Lunduke Journal-y tidbits on this fine Wednesday afternoon!

  1. Two fascinating interviews this week: DHH and Preston Byrne (the attorney for 4chan). Both are worth catching if you haven’t already.

  2. The 50% off Subscriptions deal has been extended through this Friday (Nov 14th). So many of you kept picking up new subscriptions… I figured… what the heck! Why not keep the party going? So Monthly, Yearly, and Lifetime subs are all half off at least through Friday!

  3. The “Lifetime Subscriber Wall” isn’t part of today’s (November 12th) shows. There have been so many requests to be added to the wall this week that I need to update the design a bit to fit everybody. The Lifetime Wall will re-appear at the end of new shows tomorrow or Friday.

Once again, thank you for your support! None of this would be possible without you!

-Lunduke

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals