You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -223,7 +224,7 @@ Connect to an OCI instance's serial console via Console Connection — useful fo
223
224
224
225
| Action | Description |
225
226
|--------|-------------|
226
-
| Bandwidth Monitoring |Monthly traffic usage and quota with threshold alerts|
227
+
| Bandwidth Monitoring |Per-instance current-period traffic on cards; approximated by daily segment integration (DO has no official traffic API)|
227
228
| Billing Overview | Account balance and month-to-date charges |
228
229
229
230
---
@@ -322,10 +323,24 @@ Switch themes using the selector in the top bar. Toggle the light/dark mode butt
322
323
323
324
## Cloud Instance Quick SSH
324
325
325
-
All cloud platforms (OCI / AWS / GCP / Azure / DO / SolusVM / VirtFusion) provide an "SSH" button on instance cards. Click to jump directly to the terminal and connect to the instance — no manual connection setup needed.
326
+
All cloud platforms (OCI / AWS / GCP / Azure / DO / SolusVM / VirtFusion) provide an "SSH" button on instance cards. Click to jump directly to the terminal and connect to the instance — no manual connection setup needed. Each card also provides a one-click IP copy button.
327
+
328
+
---
329
+
330
+
## Multi-Cloud Health Check
331
+
332
+
A single panel summarizes total instance count, running/stopped status, and DNS info across all cloud platforms — a one-screen overview of multi-cloud asset health.
333
+
334
+
---
335
+
336
+
## Workbench Experience
337
+
338
+
-**Priority-Ordered Tabs** — Cloud platform tabs are arranged by frequency of use (OCI, AWS, Azure, GCP, DO, Cloudflare, SolusVM, VirtFusion)
339
+
-**Form-Based Config Upload** — Configuration upload switched to form inputs, no more manual formatting
340
+
-**Regrouped Action Buttons** — Instance action buttons grouped by usage frequency
326
341
327
342
---
328
343
329
344
## Online Support
330
345
331
-
Click the floating button in the bottom-right corner to open the built-in chat window for direct support communication. Image messages are supported.
346
+
Click the floating button in the bottom-right corner to open the built-in chat window for direct support communication. Image messages are supported. The icon supports **auto-hide** and **free dragging** to avoid blocking the operation area.
Copy file name to clipboardExpand all lines: md/en/webssh.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,42 @@ After connecting, the toolbar provides quick access to common features:
118
118
-**Favorites** — Quickly bookmark the current session
119
119
-**Search** — Search terminal content
120
120
-**Tools** — Quick access to common operations
121
+
-**Split** — Split the current terminal horizontally into two independent panes
122
+
-**Suspend** — Explicitly suspend the current session; it remains on the server after closing the tab
123
+
124
+
---
125
+
126
+
## Terminal Split-Screen
127
+
128
+
Click the "Split" button in the toolbar to split the terminal into two independent panes, each with its own SSH connection — ideal for monitoring logs on one side and running commands on the other.
129
+
130
+
-**One-click clone** — Connect the second pane to the current host automatically
131
+
-**Independent connections** — Each pane has its own WebSocket
132
+
-**Narrow-screen collapse** — Panes auto-collapse on narrow viewports and restore when widened
133
+
-**Refresh persistence** — Split layout is restored after page refresh
134
+
135
+
---
136
+
137
+
## Session Suspension
138
+
139
+
Similar to Unix `screen`, you can explicitly suspend the current SSH session without disconnecting. The session stays alive on the server after closing the tab and can be resumed from the suspended list with command history intact.
140
+
141
+
| Action | Description |
142
+
|--------|-------------|
143
+
| Suspend Session | Click the "Suspend" button in the toolbar |
144
+
| Reattach | Resume from the "Suspended" entry on the host dashboard |
145
+
| Group Suspend | In split mode, supports suspending and reattaching as a group |
146
+
| TTL Limit | Up to 20 suspended sessions per user; cleared on client restart |
147
+
148
+
---
149
+
150
+
## Persistent Shell & Alerts
151
+
152
+
R-Bot provides an SSH retention suite for long-running operations:
153
+
154
+
-**Persistent Shell (reattach)** — Shell process keeps running on the server after browser close or network drop, auto-reattaches on next open with command history preserved
155
+
-**Resource Alerts** — Configure CPU / memory / disk thresholds; alerts pushed to Telegram on breach
156
+
-**Multi-Cloud Health Check** — One panel summarizing instance status and DNS info across all cloud platforms
0 commit comments