LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

adb-kill-server

Terminate the running adb server process

TLDR

Stop the adb server
$ adb kill-server
copy
Kill server and restart immediately
$ adb kill-server && adb start-server
copy

SYNOPSIS

adb kill-server

DESCRIPTION

adb kill-server terminates the running adb server process on your computer. The adb server is a background process that manages communication between adb clients and connected devices.Killing the server is useful when troubleshooting connection issues, freeing up USB resources, or when the server becomes unresponsive. The server automatically restarts when you run any adb command.

INSTALL

sudo apt install adb
copy
sudo dnf install android-tools
copy
sudo pacman -S android-tools
copy
sudo apk add android-tools-adb
copy
sudo zypper install android-tools
copy
nix profile install nixpkgs#android-tools
copy

CAVEATS

All active adb connections are terminated when the server is killed. Any port forwards, reverse forwards, and wireless connections will be lost. Running adb commands after this will automatically start a new server.

HISTORY

The client-server architecture of adb has been part of the Android SDK since its initial release in 2008. The kill-server command provides a way to reset the server when troubleshooting issues.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid