# MyServers-Server Manager — SSH Terminal Docker Monitor

> All-in-one server monitoring and management tool for various platforms. (iPhone/iPad app by 蕾 邱.)

- Source: https://appshunter.io/ios/app/myservers-server-manager/id6466196656 (this page in markdown: same URL + `.md`)
- Developer: [蕾 邱](https://appshunter.io/developer/1706960406)
- Category: Developer Tools
- Price: Free with in-app purchases (on sale, was $6.99)
- Rating: 4.10/5 from 18 App Store ratings · 13 written reviews indexed
- Age rating: 4+
- Requires: iOS 15.0 · 46 MB
- Languages: Russian, American English, Chinese (Simplified, China)
- Released: 2023-10-07
- Data updated: 2026-08-26
- Monetization: free with in-app purchases
- User reviews in markdown: https://appshunter.io/ios/app/myservers-server-manager/id6466196656/reviews.md

## What is MyServers?

MyServers is an all-in-one server monitoring and management tool, designed to enhance the efficiency of your server operations. Whether you're a cloud host user, a home NAS owner, or a Raspberry Pi enthusiast, MyServers offers a comprehensive solution that supports multiple platforms, including Tencent Cloud, Alibaba Cloud, and Baidu Cloud hosts.

Key Features:
● Rich Widgets: Each module features customized, elegant widgets that allow you to quickly monitor server and application status directly from your desktop.
● AI Assistant: Supports managing servers by calling tools through LLM large models (custom OpenAPI-compatible large models can be configured on the server side).
● Cross-Platform Compatibility: Supports various operating systems such as CentOS, Ubuntu, Windows, macOS, and more.
● One-Click Installation and Updates: Quick installation and updates via SSH login, saving your valuable time. It also supports QR code scanning for configuration.
● Advanced Encryption Communication: Utilizes advanced encryption technology to ensure secure data transmission. Keys are stored locally for privacy protection.
● Powerful Monitoring: Real-time monitoring of CPU, memory, network, and disk usage, with timely anomaly alerts.
● Container Management: Full Docker container management, including monitoring, starting, pausing, and deleting operations.
● Service Health Check: Supports TCP and HTTP protocols, regularly checking the health of backend services, and sending alerts when anomalies occur.
● Download Management: Manages qBittorrent download tasks, including adding, pausing, and deleting tasks. New download tasks can be added via links or files.
● Transmission: Manages Transmission download tasks, including adding, pausing, and deleting tasks. New download tasks can be added via links or files.
● Aria2: Manages Aria2 download tasks, including adding, pausing, and deleting tasks. New download tasks can be added via links or files.
● Proxmox: Supports management of virtual machines and LXC containers, along with system status monitoring.
● File Management: General file management support, allowing detailed management of each module’s data.
● Frp: Supports inner network penetration with a Frp topology display.

Version Information:
● Free Version: Offers basic functionality, supporting the management of 1 server and 2 applications.
● Paid Version: Unlocks all features, includes a lifetime ad-free experience, and provides a complete set of features.

Privacy & Security:
● We value your privacy and do not collect any user data. All interactions with the MyServers server are encrypted to protect your data.

Visit our official website for more information: https://myservers.codeloverme.cn

Privacy Policy: https://myservers.codeloverme.cn/private_policy/
Terms of Service: https://www.apple.com/legal/internet-services/itunes/dev/stdeula

Download MyServers and make server management simple and efficient! Experience the ultimate server monitoring and management features today and start your smart operations journey!

## Key features

- AI Assistant for server management
- Cross-platform OS support
- One-click installation and updates
- Advanced encryption for secure communication
- Real-time resource monitoring
- Docker container management
- Download task management (qBittorrent, Transmission, Aria2)

## Pricing and in-app purchases

Base price: Free.

**Subscriptions**

| Subscription | Price | Period |
| --- | --- | --- |
| 按月订阅 | $0.99 | per month |
| 按年订阅 | $4.99 | per year |

**One-time purchases**

| Purchase | Price | Type |
| --- | --- | --- |
| 终身版 | $12.99 | one-time |


## Recent user reviews (10 of 13)

All indexed reviews: https://appshunter.io/ios/app/myservers-server-manager/id6466196656/reviews.md

### 1/5 — A Security Nightmare Disguised as a Server Monitor — Avoid!

*2026-05-01*

I really wanted to like this app, especially with the cheap one-time lifetime deal and I read this supported Proxmox & LXC monitoring, but digging into the backend architecture reveals a massive security risk combined with a completely broken cross-device UI. If you run a home lab or care about your network's sovereignty, stay far away from this.

1. Abysmal Cross-Device UI
First, the application is barely functional on anything other than a phone. The iPad and Mac versions feel like completely unoptimized, cheap web-wrappers. It is so glitchy that you cannot even access the settings screen to purchase the Pro version unless you specifically open the app on an iPhone.

2. Sketchy Domains & ISP Blocks
To make the app work, you have to pipe an installation script into your server. The developer hosts this script on a free .us.kg domain registry. This is such a massive red flag that my ISP's network security shield actively intercepted and blocked the download because that specific domain extension is notorious for distributing malware and botnets.

3. Unwarranted, God-Tier Access
If you manage to bypass your ISP to read the Docker installation script, the code inside is terrifying. The script demands the --privileged flag, --network host mode, and direct root volume mounts to your host's /proc and /var/run/docker.sock. It is asking for complete, unfiltered administrative access to your bare-metal hardware and hypervisor, completely defeating the purpose of container isolation.

4. Sloppy Security Hardcoding
To top it all off, reading the script reveals incredibly sloppy development fallbacks. If your system happens to be missing openssl to generate a secure random password, the script doesn't warn you—it just quietly assigns the exact same hardcoded, plaintext secret key to your server as a fallback. This is a serious security issue and indicates the developer of this app doesn’t care at all about your server’s security or privacy.

It is absolutely not worth the $7, $13 or whatever they choose to make the Lifetime deal today. You cannot safely sandbox this agent without breaking all the "Pro" management features it sells you. Keep your network secure and just deploy standard open-source tools like Portainer or Uptime Kuma instead. -PKG

**Developer response:** Thanks for taking the time to write such a detailed review and for actually looking at the install script and behavior instead of just reacting to the marketing.

  A few of the points you raised were fair, especially around the large-screen UI, the trust signal of the old install domain, and the security optics of the Docker install path. We’ve already made changes based on that feedback: the iPad/Mac
  build now has a proper Settings/upgrade entry, the public install entry has been moved to a new domain, the installer no longer falls back to a fixed plaintext secret, and the Docker install flow now separates a lower-permission mode from a
  full-management mode so users can choose based on their own risk tolerance.

  On the permissions point specifically: some of the monitoring and container-management features do require deeper host access than a normal app container would, and that is exactly why we now make that an explicit choice instead of treating
  it as an invisible default. That said, if your priority is strict isolation over deeper host-level management, then your criticism is understandable, and tools like Portainer or Uptime Kuma may indeed be a better fit for your use case.

  In any case, the review was useful. You don’t have to change your opinion, but the concerns you raised were taken seriously, and several of them have already been addressed in the product and install flow.

### 5/5 — Nice

*2026-03-22*

Super useful. Almost makes up for the shortcomings of other similar apps

### 1/5 — UI UX 太烂+不思进取

*2026-02-08*

很难想象这是历时三年的app,至今无法直视, 自从早期买来时不时下载回来看看, 也是因为开发者早期花了巨大饼, 还抱有一丝丝希望。槽点太多了, 实际上几乎所有模块都是鸡肋, 无意义的搬运轮子, 没有任何深度开发。我都好奇开发者自己平时爱用自己开发的app吗? 能做到这个地步。算了快过年了就这样吧, 怪自己之前没玩vps就着急买了, 当学费了吧哈哈哈

### 5/5 — tr、qb多选

*2025-12-20*

种子列表支持多选操作就完美了

**Developer response:** 感谢反馈，后续支持下

### 2/5 — Hard to use in English

*2025-11-17*

Even after changing the language to English, I had a difficult time adding my server, and couldn’t figure out what to do next to set things up. Needs more translation, and more onboarding information.

**Developer response:** We appreciate your feedback; we are actively optimizing the English translation and improving the server onboarding process.

### 5/5 — Good app

*2025-09-27*

Gooooooood

### 5/5 — 应用挺好用的，而且作者还持续更新！

*2025-09-15*

应用挺好用的，而且作者还持续更新！有情况及时就修复了

### 5/5 — 更新不缀，持续优化

*2025-09-15*

早就下载使用了，作者挺不错的，app用起来感觉顺手丝滑

### 5/5 — 好评

*2025-08-27*

邮件已回复，修改评论

**Developer response:** 可以看下邮件是不是被屏蔽了，我收到您的邮件也回复了，但是好像您收不到我的。v之前有更新，已经在app更新了，可以尝试再加下，我看下具体问题是什么

### 5/5 — 目前最好用的移动端监控

*2025-01-05*

docker页面打开速度很快，就是命令行页面改字体大小好像没啥作用。

**Developer response:** 感谢您的认可，命令行字体问题我们排查下，尽快修复

## Frequently asked questions about MyServers

### What are the key features of MyServers?

MyServers offers rich widgets for quick status checks, an AI assistant for server management, cross-platform compatibility, one-click installation, advanced encryption, powerful monitoring of CPU, memory, and network, Docker container management, service health checks, and download management for qBittorrent, Transmission, and Aria2.

### Does MyServers have ads?

The free version of MyServers contains advertisements. The paid version offers a lifetime ad-free experience.

### What platforms does MyServers support?

MyServers supports a wide range of operating systems including CentOS, Ubuntu, Windows, macOS, and various cloud platforms like Tencent Cloud, Alibaba Cloud, and Baidu Cloud.

### How does MyServers handle privacy and security?

MyServers prioritizes user privacy by not collecting any user data. All interactions with the server are encrypted using advanced technology, and keys are stored locally for enhanced privacy protection.

### What are the differences between the free and paid versions of MyServers?

The free version of MyServers provides basic functionality and supports the management of 1 server and 2 applications. The paid version unlocks all features, includes a lifetime ad-free experience, and offers a complete set of functionalities.

### What is the update frequency for MyServers?

MyServers was last updated on February 8, 2026, with version 2.41. This indicates a recent and active development cycle.

### Can MyServers manage virtual machines?

Yes, MyServers supports the management of virtual machines and LXC containers, along with system status monitoring, particularly for Proxmox environments.

### What are the subscription options for MyServers?

MyServers offers subscription plans including a monthly subscription for $0.99 and an annual subscription for $4.99.

## Version history (last 5 releases)

### 3.24 — 2026-08-24

Improved Dashboard loading by aligning skeleton and content widths, refined the server selector and transitions, fixed terminal preview card corners, and improved overall stability.

### 3.23 — 2026-08-20

Improved Dashboard loading by aligning skeleton and content widths, refined the server selector and transitions, fixed terminal preview card corners, and improved overall stability.

### 3.22 — 2026-08-10

Adds live terminal session previews and quick connect, expands themes, and improves terminal session interactions.

### 3.21 — 2026-08-03

Faster Dashboard loading with a unified server snapshot; redesigned system monitoring and Docker cards; improved terminal, server setup, and Docker Compose workflows; plus stability fixes.

### 3.20 — 2026-07-29

Added Agent Skill guidance for plugin development, multiple server shell options, an expandable terminal picker, and server status icons on Dashboard.

## Apps similar to MyServers

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [NeoServer SSH Mosh Terminal](https://appshunter.io/ios/app/neoserver-ssh-mosh-terminal/id6448362669) | 4.8 (289) | Free | Developer Tools |
| [ServerCat - SSH Terminal](https://appshunter.io/ios/app/servercat-ssh-terminal/id1501532023) | 4.6 (995) | Free | Developer Tools |
| [ShellBean - AI SSH Client](https://appshunter.io/ios/app/shellbean-ai-ssh-client/id1504613231) | 4.1 (15) | Free | Developer Tools |
| [Termius - Modern SSH Client](https://appshunter.io/ios/app/termius-modern-ssh-client/id549039908) | 4.7 (18,903) | Free | Developer Tools |
| [SSH Client - Terminal & Termux](https://appshunter.io/ios/app/ssh-client-terminal-and-termux/id1475741280) | 3.6 (406) | Free | Developer Tools |
| [SSH Client - Secure ShellFish](https://appshunter.io/ios/app/ssh-client-secure-shellfish/id1336634154) | 4.8 (1,468) | Free | Developer Tools |

## Related topics

[neoserver](https://appshunter.io/ios/topics/neoserver) · [serverbox](https://appshunter.io/ios/topics/serverbox) · [servercat](https://appshunter.io/ios/topics/servercat)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-26.*
