[Tutorial] Teach you step by step how to remove login and remove restrictions in Termius, it’s very simple!

Please indicate the source for reprinting: Senior Xiaofeng’s Big Bang Theory [xfxuezhang.cn]

If you don’t want to follow me, but still want to read this article, go here, no restrictions: [Tutorial] Teach you step by step how to remove login and remove restrictions in Termius, it’s very simple! - Senior Xiaofeng’s Big Bang Theory

Here we take MacOS (version 8.0.5) as an example, and the same operation applies to the Windows version.

1. Go to the official website to download the genuine software: Download Termius for Mac

 

2. Direct installation. Note that users of the Windows version can unzip it first.

3. Under the "Applications" folder, right-click "Termius" and select "Show Package Contents".

 

4. Enter the Termius\Contents\Resources directory.

 

5. Tools required for installation:

  • VSCode (and install the plugin Prettier for formatting)
  • NodeJs:brew install npm
  • Install asar: npm install -g asar

 

6. Open a terminal in the directory and enter:

asar e app.asar app

This will decompress it to the app folder, and you can delete app.asar.

7. Open js/ui-process.js and format it, search for "Create an Account", and comment out the following:

8. Continue to search for all "isprouser:" and modify it to:

9. After saving, open Termius. You can find that no login is required at this time, and the functions can be used normally!

Guess you like

Origin blog.csdn.net/sxf1061700625/article/details/132463891