# WHATPORT(4900)

## NAME

port 4900 — HFSQL Client/Server — HFSQL, the database engine bundled with PC SOFT's WINDEV — its server port.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

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.

## EXPOSURE

**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.

## CHECK

```sh
nc -vz TARGET 4900
```

## SEE ALSO

- docs — [PC SOFT — HFSQL Client/Server: Port management](https://help.windev.com/en-US/?3044334=) (help.windev.com)
- iana — [IANA port registry — 4900 (hfcs)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=4900) (iana.org)

---

HTML: <https://whatport.net/4900/> · JSON: <https://whatport.net/4900.json> · full dataset: <https://whatport.net/ports.json>
