User guide
This guide sits on the same site as the project home page. Below are the three main tabs—Terminal, File Explorer, and Screen Control—plus how to point Adbnik at adb and scrcpy on your machine.
Terminal
Device bar, local shells, bookmarks, remote sessions (ADB shell, SSH, serial, FTP), tab menu, zoom, and menu bar shortcuts.
File Explorer
Dual-pane file manager: local disk and remote (Android / SFTP / FTP)—toolbar, keyboard shortcuts, drag-and-drop, rename.
Screen Control
scrcpy mirror: device selection, quality options, audio, fullscreen, embed mode, recording, ADB helpers, start/stop.
ADB and scrcpy on your PC
Adbnik does not ship adb or scrcpy. You install them yourself (or unpack portable builds into a folder you control). The app only needs to know how to run those two programs.
-
Check PATH first. Open a normal command prompt or terminal on this PC and run
adb versionandscrcpy --version. If both print version text, you can leave the path fields empty in File → Preferences inside Adbnik. -
Use a standard install. A common setup is Google’s platform-tools zip (contains
adb) and the official scrcpy release for your OS. Install or unzip them wherever you like, then either add that folder to the system PATH or continue to the next step. -
Set full paths in Preferences. If you do not want to change PATH, open File → Preferences in Adbnik.
For ADB, browse to the real executable (on Windows often
adb.exeinsideplatform-tools). For scrcpy, browse toscrcpyorscrcpy.exefrom your scrcpy folder. Save. The status line at the bottom of the main window shows which paths are active after a restart or refresh. -
Portable “bundle” folder. Some people keep a single directory (USB stick, network drive, or
C:\Tools\android) withplatform-toolsandscrcpynext to each other or in subfolders. There is nothing special to “register”—copy the files in, then in Preferences point ADB at that folder’sadband scrcpy at that build’sscrcpybinary. Same dialog as above. -
SSH is separate: Adbnik calls your system
sshclient. Install OpenSSH or Git’s SSH as you normally would; path issues are handled the same way as in any other terminal app.
From the running app you can also open Help → User guide (or the website links in Help → About) to return here.