Publish: 2021-01-20 | Modify: 2022-03-21
A few days ago, in the article "FinalShell", FinalShell was introduced. This time, let's introduce another SSH client called electerm. electerm is an SSH/SFTP client developed based on Electron. It supports Linux, Mac, and Windows operating systems and is free and open-source.
electerm supports Linux, Mac, and Windows operating systems. Visit the project page: https://github.com/electerm/electerm/releases and download the latest version according to your operating system.
If you are using Windows, you can download the author's compiled package, such as eleterm-1.11.6-win-x64.tar.gz
, and double-click electerm.exe
after extracting it to use it.
Set Chinese language:
By default, electerm has an English interface. You can open the settings and set the language to Chinese, located approximately as shown in the following image.
Set font:
The default font used by electerm is not appealing. You can modify the font in the settings. It is recommended to use Consolas
and Microsoft Yahei fonts.
Set synchronization:
electerm can sync bookmarks (server connection information) to GitHub or Gitee. This article uses Gitee as an example to explain the process.
gitee
, enter the Gitee token you just obtained, and check the "Encrypt" option for syncing. Otherwise, the server password and other information will be synced in plain text (very dangerous). Then save and upload the settings.If you change devices, you can follow the same steps and click "Download Settings" to sync bookmarks to the local device.
If you do not want to use the sync function, you can export and import bookmarks in the bookmark settings.
Since using the quick commands in FinalShell, I have become addicted to them. electerm also supports quick commands, which allows you to add frequently used and complex Linux commands as quick commands to improve efficiency.
Unfortunately, electerm's quick commands do not support grouping, syncing, or exporting. If you have strong demands for these features, you can provide feedback on the author's GitHub page.
Clicking on "Terminal info" in the bottom right corner displays server CPU, memory, network, and other information.
electerm creates a new PowerShell window by default every time it starts. Personally, I am not used to using PowerShell. If you have installed the WSL subsystem, you can set the default execWindows to System32/wsl.exe
.
This way, every time you open electerm, it will start the WSL subsystem instead of PowerShell.
Overall, electerm is quite good. It is free, open-source, and supports multiple platforms. It has a built-in Chinese interface. Although electerm is not very mature and may encounter some bugs during use, the author updates it frequently and feedback can be provided on GitHub.
xiaoz's complaint is that the usage instructions for electerm on GitHub are too simple, and it requires some exploration and searching through issues to complete certain settings. Hopefully, the author can improve the documentation in the future.
Other similar tools that have been introduced in previous blog posts include:
The project page for electerm is as follows:
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.