Quick Start
Get RemoteX running and your first button working in about two minutes.
1. Launch RemoteX
After installing RemoteX, run it from the project folder:
./run_dev.sh
The first launch seeds your grid with 34 default buttons organised in two categories: Linux Essentials and Development. No setup needed — click any of them to run the command immediately.
2. Run a default button
Click Disk Usage to see your filesystem at a glance. A toast notification confirms success. Click it again while holding no modifier to just run it silently.
For commands that produce output (like Disk Usage), the result appears in a small dialog automatically.
3. Create your first custom button
- Press Ctrl+N (or click + in the header bar)
- Fill in Label — the text shown on the button
- Fill in Command — any shell command, for example
ping -c 4 8.8.8.8 - Click Save
Your button appears in the grid. Click it to run the command.
!!! tip The free tier allows 3 custom buttons. RemoteX Pro removes this limit.
4. Organise with categories
In the button editor, type a name in the Category field (e.g. Networking). A pill tab appears in the category bar below the header. Click the pill to filter the grid to that category.
5. Next steps
| What you want to do | Where to look |
|---|---|
| Understand every button field | Button Editor |
| Explore every UI element | Main Window |
| Connect a remote server | SSH Machines |
| Adjust columns, size, theme | Preferences |
| See real-world examples | Use Cases |