Skip to main content

crawl - Command

Starts a continuous crawling loop to discover Minecraft servers. The crawler generates IP addresses (either randomly or within a specified CIDR range) and attempts to ping them. Discovered servers are then processed and, if enabled, saved to the database.

info

This is the primary command for actively discovering new servers. It runs indefinitely until manually stopped (e.g., by pressing Ctrl+C).

Customization

If you are searching for the flags, we dont have any. Instead, we give a configuration file: Look here for more details.

Usage

./ServerRawler --crawl

Examples

To start crawling:

./ServerRawler --crawl

To crawl a specific CIDR range using the --cidr argument:

./ServerRawler --crawl --cidr 10.0.0.0/8

To crawl without saving data to the database using the --no-database argument:

./ServerRawler --crawl --no-database