Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhra74/snowflake
Graphical SFTP client and terminal emulator with helpful utilities
https://github.com/subhra74/snowflake
command-snippet deployment devops disk-space-analyzer linux log-viewer monitoring monitoring-tool remote-admin-tool remote-execution remote-shell sftp ssh terminal terminal-emulator terminal-emulators
Last synced: 21 days ago
JSON representation
Graphical SFTP client and terminal emulator with helpful utilities
- Host: GitHub
- URL: https://github.com/subhra74/snowflake
- Owner: subhra74
- License: gpl-3.0
- Created: 2019-08-29T18:20:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T08:59:29.000Z (6 months ago)
- Last Synced: 2024-10-02T00:22:13.658Z (about 1 month ago)
- Topics: command-snippet, deployment, devops, disk-space-analyzer, linux, log-viewer, monitoring, monitoring-tool, remote-admin-tool, remote-execution, remote-shell, sftp, ssh, terminal, terminal-emulator, terminal-emulators
- Language: Java
- Homepage:
- Size: 2.72 MB
- Stars: 2,155
- Watchers: 45
- Forks: 232
- Open Issues: 173
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - subhra74/snowflake - Graphical SFTP client and terminal emulator with helpful utilities (monitoring)
- awesome-starts - subhra74/snowflake - Graphical SFTP client and terminal emulator with helpful utilities (terminal)
README
# Muon SSH Terminal/SFTP client ( Formerly Snowflake ) ![Java CI](https://github.com/subhra74/snowflake/workflows/Java%20CI/badge.svg?branch=master) [![Github All Releases](https://img.shields.io/github/downloads/subhra74/snowflake/total.svg)]()
Easy and fun way to work with remote servers over SSH.This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name.
Muon is a graphical SSH client. It has a enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality similar to web based control panels but, it works over SSH from local computer, hence no installation required on server. It runs on Linux and Windows.
Muon has been tested with serveral Linux and UNIX servers, like Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX.[![IMAGE ALT TEXT](https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/Capture32.PNG)](https://youtu.be/G2qHZ2NodeM "View on YouTube")
Intended audience
The application is targeted mainly towards web/backend developers who often deploy/debug their code on remote servers and not overly fond of complex terminal based commands. It could also be useful for sysadmins as well who manages lots of remote servers manually.
This article explains some more cases
How it works
Download:
Versions
Windows
Ubuntu/Mint/Debian
Linux
MacOS
Other
v1.0.4
MSI installer
DEB installer
Generic installer (64 bit)
TBD
Portable JAR (Java 13)
v1.0.3
MSI installer
DEB installer
Generic installer (64 bit)
TBD
JAR (Java 11)
Building from source:
This is a standard maven project. If you have configured Java and Maven use:
mvn clean install to build the project.
The jar will be created in target directory
Features:
-
Simple graphical interface for common file operations -
Built in text editor with syntax highlighting and support for sudo -
Simply view and search huge log/text files in a jiffy -
Fast powerful file and content search, powered by find command -
Built in terminal and command snippet -
Fully equiped task manager -
Built in graphical disk space analyzer -
Linux specific tools -
Manage SSH keys easily -
Network tools
Simple graphical interface for common file operations
The app is designed to provide a simple graphical interface which allow common activities like moving files on server, renaming, cut, copy, paste, archiving, executing scripts, checking free space, calculating directory size, changing permissions, etc, in simple and efficient way. Though file browsing is based on SFTP, the app uses shell commands whenever posssible to perform operations efficiently. For example deleting a directory having huge number of files and sub directories can take a while using SFTP, but with simple rm command it's much faster. Also the app will prompt to user and can run sudo if priviledged operation needs to be performed. No switching to terminal is needed to invoke sudo. Moving files between servers is also supported with simple drag and drop.
Built in text editor with syntax highlighting and support for sudo
Built in text editor comes in handy when dev or admin needs to modify some files. The editor can invoke sudo and prompt for passwords as needed. This could be very helpfull for modifying global configuration files (like /etc/profile, etc.) from editor without using vi or other terminal based editors.
Simply view and search huge log/text files in a jiffy
The built in log viewer can show huge log files, up to several terabytes, in a very efficient manner. There is no need for downloading the whole file for view or search, thus skipping the pain of waiting for a long time to download the file, or using terminal based tools. The log viewer presents a paginated view of the file, which loads in much less time.
Fast powerful file and content search, powered by find command
Powerful search functionality, which allows users to find files by name, type, modification date and can also look inside compressed archives. For example it's now very easy to find all the files created in a date range.
Built in terminal and command snippet
With built in terminal, all command line operations can be performed. The terminal is also integrated with the file browser page, so users can open terminal from specific directory or execute scripts in terminal from file browser itself with a click of mouse. Also you can create snippets of your most used commands and execute them with a few clicks without typing again and again.
Fully equipped task manager
Monitor resource usage (CPU, RAM, swap) and view/manage processes from a familiar GUI. It is equipped with search and kill process functionaliy, and also with a option to kill processes with sudo. It's very easy to check which process is using most CPU or memory and view the full command line of the process.
Built in graphical disk space analyzer
A friendly GUI which allows users to find out what is eating up diskspace. Any of the mounted partitions or directories can be analyzed.
Linux specific tools
Few handy tools which can make devs or admins life easier like getting information about the system and distro, starting and stopping systemd services and finding which process is listening on which port.
Manage SSH keys easily
Simple and handy UI for creating and managing local and remote SSH keys. Also it supports managing authorized keys from GUI.
Network tools
Graphical interface for ping, port checking, traceroute and DNS lookup.