Converts SecureCRT session exports to browser bookmarks and RDP files.
Add protocol tags to a session's Description field (Session Options > General > Description):
| Tag | Export |
|---|---|
HTTPS |
Browser bookmark |
HTTPS:8443 |
Browser bookmark with custom port |
HTTP |
Browser bookmark |
RDP |
RDP file |
RDP:3390 |
RDP file with custom port |
Multiple tags per session are supported (one per line). Native SecureCRT RDP sessions (Protocol = RDP) are exported automatically.
Then export your sessions: File > Export Settings and select the sessions/folders to export as XML.
Download the latest release for your platform from Releases, or build from source:
go install github.com/gbm-dev/securecrt-export-bookmarks@latest
# Simple - creates sessions.zip from sessions.xml securecrt-export-bookmarks sessions.xml # Custom output name securecrt-export-bookmarks sessions.xml -output export.zip # HTML bookmarks only (no RDP files) securecrt-export-bookmarks sessions.xml -output bookmarks.html
The generated .zip contains:
bookmarks.html- Netscape bookmark format (importable by all browsers)rdp/<folder>/<session>.rdp- Windows RDP files preserving folder hierarchy