HFSQL, the database engine bundled with PC SOFT's WINDEV — its server port.
PC SOFT registered 4900 for HFSQL (formerly HyperFileSQL), the database engine that ships with WINDEV, WEBDEV and WINDEV Mobile. PC SOFT's documentation states the HFSQL server uses TCP 4900 by default, changeable in HFConf.ini; the companion manager service sits on 4999. You only see it around WINDEV-built business applications, which are common in France and rare elsewhere.
Do not expose
It is a database wire port. Keep it on a private network and reach it through the application tier or a VPN, not from the internet.
$ nc -vz TARGET 4900Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.
Get Beige Box →also available as JSON · Markdown
Corrections or a missing port? Reply @rimrocksystems.