• Please review our updated Terms and Rules here

A Videotel BBS Server Resurfaces from a DEC VAXstation II

na103

Experienced Member
Joined
Jun 18, 2020
Messages
81
Location
Campagnola Emilia Italy
A Historic Discovery in Retrocomputing: A Videotel BBS Server Resurfaces from a DEC VAXstation II
One Sunday in June, thanks to a tip from my friend and fellow enthusiast Stefano Paganini, I had the opportunity to recover a DEC VAXstation II — a fascinating and rare piece of hardware that had been missing from my retrocomputer collection. At first, my interest was mainly in restoring the hardware itself.
But what I discovered went far beyond my expectations.
Digging into the machine, I uncovered a genuine historical treasure: the VAX had been used in the early 1990s as a server for a well-known Italian Videotel messaging service [ABAA-JOUR]. By carefully recovering the contents of its hard disk, I found myself face to face with a true digital time capsule — messages, announcements, and stories that painted a vivid picture of how Italians in the late '80s and early '90s used these early online services.
This isn't just about vintage hardware — it's a significant find in the history of Italian telecommunications. It's a glimpse into an era when connecting meant dialing in with a modem, typing commands into a terminal, and entering a world of slow but vibrant digital interaction made entirely of text.
After securing the data, I fully virtualized the server, bringing the original VAX/VMS operating system back to life along with the BBS environment it once hosted.
Thanks to the valuable collaboration of Francesco Sblendorio, the messaging service is now back online, fully functional and accessible within the RetroCampus BBS. Anyone can now connect and experience this preserved fragment of our digital heritage.
This discovery is not just a win for retrocomputing enthusiasts — it's an important cultural testimony to how Italy experienced its first steps into the digital age.

you can consult it at this web address:
(F5, F1, a random number, Z)

or with Videotel and wifi modem
bbs.retrocampus.com:6499
(remember to switch the videotel to prestel)

1752072199128.png1752072215188.png1752072261693.png
 
Last edited:
So this is a minitel server running on VAX hardware? I don't think I've seen that before. In fact, I didn't think ANY of the old minitel servers still existed!
 
That machine looks very familiar as I used to run CAD/CAM software on a VAXstation II/RC in the 90s. Apparently the RC suffix meant 'reduced cost' which amounted to some of the expansion slots being filled with epoxy resin, at least that's what I was told at the time. I remember thinking how awful vandalism that would be.
 
So this is a minitel server running on VAX hardware? I don't think I've seen that before. In fact, I didn't think ANY of the old minitel servers still existed!

The software was produced by an Italian company, Echo Sistemi.
It allows access from Prestel (Videotel) and ANSI clients at the same time
It's interesting to see how the chat was designed for Prestel, which doesn't support screen scrolling.
However, as far as I know, there are no other original Videotel BBSs like this.


1752086125740.png
 
Great find indeed.
I only have seen Viditel back in 1988 in Netherlands when ,as a student, I had a room at a cow farm.
That farmer used a Viditel system for his milk and reports of it.
And if there was a problem with it , he knocked at my door :)

A book you can read back even if its very old.
Problem with all kinds of software ,programs and current Internet/Websites.
If one turn off a switch , its gone to never be found again.

Even my own website its gone, have a copy at home but the service they just turned it off.
"sorry we don't support websites any more, within 3 months we turn our webservers off", Was the announcement.
Still a part running at local PC little server, but that one hangs very often and have to reset.
So my website after been on from 1997 is practically just gone.
Also due to HTTPS , I feel not the motivation to complete remake a website.

Lucky you find a part of a viditel system that is not erased or deleted.
Indeed a real time capture.
Nice you have some Viditel monitors also.
 
A small update regarding the restoration of the two network connections.
The Vaxstation was connected via two Qbus DPV11 M8020 synchronous serial interfaces to X.25 networks,
one called ITAPAC, which allowed access to the BBS in ANSI via an X29 server, and one called VIDEOTEL for access with the Prestel protocol.
Without changing the VMS P.S.I. configuration, I adapted a Cisco 2600 router, connecting the two serial ports to a WIC-2T via a DCE cable CAB-SS-232FC.
I also activated XOT translation so I could connect to the X.29 server via telnet from the IP network.
For your reference, I configured the Cisco as follows:

x25 routing

interface Loopback0
ip address 192.168.7.1 255.255.255.0

interface Serial0/0
description DCE connection to ITAPAC
encapsulation x25 dce
clockrate 19200
no cdp enable

interface Serial0/1
description DCE connection to VIDEOTEL
encapsulation x25 dce
clockrate 19200
no cdp enable

x25 route 60340000 interface Serial0/0
x25 route 22900236 interface Serial0/1
translate tcp 192.168.7.2 x25 60340000
translate tcp 192.168.7.3 x25 22900236
 

Attachments

  • 20250602_104032.jpg
    20250602_104032.jpg
    145.8 KB · Views: 19
  • 20250718_090258.jpg
    20250718_090258.jpg
    75.8 KB · Views: 20
  • 20250718_085611.jpg
    20250718_085611.jpg
    109.9 KB · Views: 18
  • 20250718_085549.jpg
    20250718_085549.jpg
    82.6 KB · Views: 16
Fascinating, a pity non of the UK servers which were GEC based survive.
The last GECs in active use were those moved from BT Prestel (Baynard House, etc) to New Prestel's site in Knightsbridge House, Knightsbridge, London in 1994 when BT sold it off.

They then ran for a few years, before the original hardware and software was replaced with x86 servers running SCO OpenServer and the in-house "Genesis" viewdata platform, mostly written by Lawrence Kirby of Micronet fame, with the hardware, X25, serial, and SysOps being done by me, Grism.

When we moved from Knightsbridge to Woking, apart from a load of boards being sold to a precious metals place, it was all just left in the machine room, about 12-15 full size cabinets.

The company "Viewinn" who managed the GECs and original Prestel software were working on a Motorola small factor system to put the system into hotels but I never saw it finished whilst there, so no idea if the folks from Viewinn are still around and have code stashed....

I have a stash of 1000s of Micronet 800 and Prestel pages from backups, we're working on reviving the platform - you can find us at http://linktr.ee/prestel.uk
 
Back
Top