| Crates.io | netter |
| lib.rs | netter |
| version | 0.5.0 |
| created_at | 2025-04-10 16:01:12.930009+00 |
| updated_at | 2025-05-07 18:21:35.4918+00 |
| description | Netter is a CLI tool for fast and easy server startup! |
| homepage | |
| repository | https://github.com/bjfssd757/Netter |
| max_upload_size | |
| id | 1628533 |
| size | 614,395 |
Netter is a tool for quickly and easily launching servers.
To install the daemon or service, use the install command:
netter install
[!WARN] The service executable (
netter_service) must be in the same directory as the CLI.
To start the service or daemon, use the service-start command:
netter service-start
To stop the service or daemon, use the service-stop command:
netter service-stop
To get the status of the service or daemon, use the service-status command:
netter service-status
To remove the service or daemon, use the uninstall command:
netter uninstall
To check the connection with the service, use the ping command:
netter ping
To get a list of running servers (including IDs), use the list command:
netter list
Start a server using the start command and the --config flag, which takes the path to the .rd server configuration file:
netter start --config path/to/file.rd
Stop a server using the stop command and the -i (or --id) flag, which takes the server ID:
netter stop -i id
Route Definition Language Documentation
Installation from Release Assets:
./netter install;netter service-start;Building from Source Code:
Prerequisites: Rust must be installed on your device. You can download it either from the official website or using install_rust.bat
git clone https://github.com/bjfssd757/netter;cargo build --release; cargo build --release -p netter_service; cd target/release
[!INFO]
cargo build --releasewill create the CLI executablenetterintarget/release;cargo build --release -p netter_servicewill create the service executablenetter_serviceintarget/release
target/release). Execute the following commands:./netter install; ./netter service-start
NetterService service. To check the CLI connection with the service: ./netter pingnetter.exe to your PATH environment variable.Installation from Release Assets:
./netter install;netter service-start;Building from Source Code:
Prerequisites: Rust must be installed on your device. You can download it either from the official website or using install_rust.sh
git clone https://github.com/bjfssd757/netter;cargo build --release; cargo build --release -p netter_service; cd target/release
[!INFO]
cargo build --releasewill create the CLI executablenetterintarget/release;cargo build --release -p netter_servicewill create the daemon executablenetter_serviceintarget/release
target/release). Execute the following commands:./netter install; ./netter service-start
./netter pingnetter executable to your PATH environment variable.