<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>耗子面板相关文章列表 | 皇家元林</title>
	<atom:link href="https://hjyl.org/tags/%E8%80%97%E5%AD%90%E9%9D%A2%E6%9D%BF/feed/" rel="self" type="application/rss+xml" />
	<link>https://hjyl.org</link>
	<description>刘元林的个人博客</description>
	<lastBuildDate>Mon, 20 Apr 2026 04:29:35 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://img.hjyl.org/uploads/2019/10/cropped-about-me-32x32.png</url>
	<title>耗子面板相关文章列表 | 皇家元林</title>
	<link>https://hjyl.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>迁移</title>
		<link>https://hjyl.org/migrate-migrate/</link>
					<comments>https://hjyl.org/migrate-migrate/#comments</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 04:29:30 +0000</pubDate>
				<category><![CDATA[生活点滴]]></category>
		<category><![CDATA[AcePanel]]></category>
		<category><![CDATA[健康证]]></category>
		<category><![CDATA[耗子面板]]></category>
		<guid isPermaLink="false">https://hjyl.org/?p=6197</guid>

					<description><![CDATA[双休无聊，就把耗子面板升级一下，其实上周四晚就试了一下，折腾到第二天早上 2 点都没搞好，早上还得上班就撤回了 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>双休无聊，就把耗子面板升级一下，其实上周四晚就试了一下，折腾到第二天早上 2 点都没搞好，早上还得上班就撤回了。这么大年纪熬夜真的扛不住，第二天脑子昏昏沉沉一天。</p>



<h3 class="wp-block-heading">#从耗子面板到AcePanel 3</h3>



<p>耗子面板直到版本 2，从 3.0 开始就叫 AcePanel 了。出来也有一段时间了，早想升级了，可实际没那么简单，3.0 改动非常大，很多习惯都不一样了，与其说是升级，不如说是迁移。</p>



<p>首先就是面板路径，默认锁死/opt/ace，作者说是跟宝塔、1panel 一样。耗子面板是可以更改路径的。而我安装 Debian 系统的习惯就是 home 分区必须独立出来，这样即使最坏的样子不过是重装系统，还能保住 home 分区的数据。毕竟是免费的东西，也不能要求作者按照自己习惯去改。最后在AI 的建议下，可以通过软连接实现。</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash line-numbers"># 创建软链接
ln -s /home/ace /opt/ace

# 验证
ls -la /opt/ace</code></pre>



<p>如果你已经安装好了，也不必重新安装，先 acepanel stop 停止面板，然后将/opt/ace 移到/home 下，然后创建软连接指向它，最后开启面板，也是可以的。</p>



<p>说到 acepanel 命令，如果出现bash: acepanel: 未找到命令，很奇怪之前耗子面板也是，在 AI 帮助下，将/usr/local/sbin/添加到 path 里，作者也很奇怪，Debian 应该不会这样的啊。</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash line-numbers">nano ~/.bashrc
#在文件末尾添加下面这句
export PATH=$PATH:/usr/local/sbin/
#保存后生效
source ~/.bashrc
</code></pre>



<p>新的面板应用蛮多的，版本也很新，这点对我来说是感觉非常好。只是我用的不多，几个网站而已。新建网站 nginx 配置文件路径也不一样，和网站在同一个文件夹下，而网站目录在 public 下，如今更像虚拟主机配置了，所以耗子面板配置不能直接拿过来用了。但我希望还是和耗子面板那样，应用配置文件可以放一起，管理方便，而且引用其他 conf 也方便，不用每建一个网站，其目录下搞那么多 conf 配置文件了。还有后台网站设置里改不了 nginx 配置文件，只能在文件管理里改，改完需要手动重载 nginx，而之前在网站设置里就可以改，改完自动重载 nginx的，我觉得还是很方便的。</p>



<p>好了，肝了我到半夜，终于差不多了，目前还算稳定。</p>



<h3 class="wp-block-heading">#健康证续办</h3>



<p><a href="https://hjyl.org/one-year-later/" data-type="post" data-id="5726">去年的健康证</a> 22 号到期，唉，每年都要做一下还是挺烦的，虽然免费。现在休息日从周三四改到周日一，成功错开华南城门诊办健康证的时间了，他们是周四到周六，没想到一年多没变过。然后我想起来公司附近桃花镇卫生院有办健康证的，今早就去看看，可发现门上贴的纸说迁走了——延乔路医院。</p>



<p>导航显示几公里，既然都出来了，就去看看吧。</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1280" height="1707" data-id="6202" src="https://img.hjyl.org/uploads/2026/04/20260420121940_169_67.jpg"  class="wp-image-6202" title="20260420121940_169_67.jpg" alt="20260420121940_169_67.jpg" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1280" height="1707" data-id="6203" src="https://img.hjyl.org/uploads/2026/04/20260420121941_170_67.jpg"  class="wp-image-6203" title="20260420121941_170_67.jpg" alt="20260420121941_170_67.jpg" /></figure>
</figure>



<p>到了直接二楼，看了科室外贴的，还需要营业执照复印件，电子版也行，我就把之前上传到货拉拉认证的那张给她看，她看到地址是高新区的，而我又住在华南城，就不给办。说只能到高新区或者华南城门诊办。我就说去年你们没迁走时还能办的，她说当时给办，但肯定是提醒了。我第一次来哪知道。而前年我跑去南岗镇卫生院，他们虽然有地区限制，但是你来了他也给办。这里不行，也很无奈。</p>



<p>后来半路上我想起来，去年公司那些人肯定是拿另外一张营业执照办的。我们公司经营范围不同办了好几个公司主体——我们的光，回归启航地，少数派咖啡。然后我找人事要，可到现在都没发我，算了，只能周四上午请半天假到华南城办。我们这边还是很方便的，一张身份证就给办。都是为人民服务的，还搞什么地区限制。</p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="迁移" href="https://hjyl.org/migrate-migrate/">迁移</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/migrate-migrate/feed/</wfw:commentRss>
			<slash:comments>51</slash:comments>
		
		
			</item>
		<item>
		<title>找一个代替</title>
		<link>https://hjyl.org/instead-of-something/</link>
					<comments>https://hjyl.org/instead-of-something/#comments</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Fri, 27 Jun 2025 14:04:43 +0000</pubDate>
				<category><![CDATA[元林手札]]></category>
		<category><![CDATA[alist]]></category>
		<category><![CDATA[emby]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Navidrome]]></category>
		<category><![CDATA[openlist]]></category>
		<category><![CDATA[耗子面板]]></category>
		<category><![CDATA[音流]]></category>
		<guid isPermaLink="false">https://hjyl.org/?p=5804</guid>

					<description><![CDATA[最近好多东西都变了，好在有替代品，免费的。 #lnmp&#8212;>耗子面板 传说中的军哥 lnmp 彻底死 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>最近好多东西都变了，好在有替代品，免费的。</p>



<h3 class="wp-block-heading">#lnmp&#8212;>耗子面板</h3>



<p>传说中的军哥 lnmp 彻底死了，也不在指望了。所以最近重装了虚拟机，将网站全部转移到耗子面板了。这个面板之前推荐过。现在在 Debian 上安装编译较以前快了些。只是我这8G4核心的虚拟机总是cpu 100%，导致负载过高，9 个站点，其中 4 个 WordPress 站点，3 个静态站, 1 个 go 语言站点， 1 个 PHP 动态站，怎么会如此呢？后续在观察吧。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1052" height="708" src="https://img.hjyl.org/uploads/2025/06/2025-06-27-21.40.56.png"  class="wp-image-5805" title="2025 06 27 21.40.56.png" alt="2025 06 27 21.40.56.png" /></figure>



<h3 class="wp-block-heading">#Navidrome&#8212;>Emby</h3>



<p>Navidrome 配合音流还是蛮不错的，可加上 frp 穿透后，音流 app 播放无损音乐会经常断流，无缘无故的，好在音流也支持 emby， 就试试，目前感觉良好，电脑手机上流媒体音乐缓冲都还行。我还是期望飞牛能出自己的音乐播放器。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2002" height="1192" src="https://img.hjyl.org/uploads/2025/06/2025-06-27-21.55.23.png"  class="wp-image-5806" srcset="https://img.hjyl.org/uploads/2025/06/2025-06-27-21.55.23.png 2002w, https://img.hjyl.org/uploads/2025/06/2025-06-27-21.55.23-1536x915.png 1536w" sizes="auto, (max-width: 2002px) 100vw, 2002px" title="2025 06 27 21.55.23.png" alt="2025 06 27 21.55.23.png" /><figcaption class="wp-element-caption">不得不说，这音流 app 在 macOS 下的效果真好看</figcaption></figure>



<h3 class="wp-block-heading">#alist&#8212;>openlist</h3>



<p>alist 做大了就卖掉了，这也是无可厚非的，只是和 lnmp 一样，卖给了不省心的公司。有了前车之鉴，谁还敢在用。我也没在用了，不过很快 openlist 又冒出来了，几乎是一模一样。其实阿里云盘还是限速之后，alist 对我来说也没多大用处了。顶多连接本地飞牛的 webdav 当个数据中转站了。</p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="找一个代替" href="https://hjyl.org/instead-of-something/">找一个代替</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/instead-of-something/feed/</wfw:commentRss>
			<slash:comments>29</slash:comments>
		
		
			</item>
		<item>
		<title>推荐一款LNMP 环境的开源面板——耗子面板</title>
		<link>https://hjyl.org/lnmp-haozi-panel/</link>
					<comments>https://hjyl.org/lnmp-haozi-panel/#comments</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Wed, 25 Dec 2024 15:45:37 +0000</pubDate>
				<category><![CDATA[元林手札]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[go语言]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SSL证书自动化]]></category>
		<category><![CDATA[耗子面板]]></category>
		<category><![CDATA[运维面板]]></category>
		<guid isPermaLink="false">https://hjyl.org/?p=5633</guid>

					<description><![CDATA[前两天从毫秒镜像发现他们合作的一款运维面板——耗子面板挺不错的。不知道有多少人在用，别的不说，WeAvatar [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>前两天从<a href="https://hjyl.org/go/aHR0cHM6Ly8xbXMucnVu" rel="nofollow" target="_blank">毫秒镜像</a>发现他们合作的一款运维面板——耗子面板挺不错的。不知道有多少人在用，别的不说，WeAvatar就是他们的。这是一款基于go语言开发的，在Linux系统，go语言开发的软件都很好用，譬如hugo、frp、Artalk等。面板很清爽，无广告，分类也清楚，简单上手快，安装的PHP、nginx、MySQL等软件版本都是最新的，下载编译的速度也挺快。支持docker、SSL证书自动化。唯一缺点我感觉就是docker没有compose.yml安装容器，这点fnos就比较方便。对于常用docker的玩家比较不友好吧。</p>



<p>官方网站：<a href="https://hjyl.org/go/aHR0cHM6Ly9yYXRwYW5lbC5naXRodWIuaW8v" rel="nofollow" target="_blank">https://ratpanel.github.io/</a></p>



<p>GitHub库：<a href="https://hjyl.org/go/aHR0cHM6Ly9naXRodWIuY29tL1RoZVROQi9wYW5lbC9yZWxlYXNlcy8=" rel="nofollow" target="_blank">https://github.com/TheTNB/panel/releases/</a></p>



<p>安装命令（一般 2 分钟内完成安装）：</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash line-numbers">curl -fsLm 10 -o install.sh https://dl.cdn.haozi.net/panel/install.sh &amp;&amp; bash install.sh</code></pre>



<p>话不多说，可自行用虚拟机测试，仁者见仁吧，我截了几张图可以品一品。</p>



<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1176" height="693" data-id="5634" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214032_151.png"  class="wp-image-5634" title="wechat_2024 12 25_214032_151.png" alt="wechat_2024 12 25_214032_151.png" /><figcaption class="wp-element-caption">面板登录信息</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="3830" height="1955" data-id="5635" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214206_276.png"  class="wp-image-5635" srcset="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214206_276.png 3830w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214206_276-1536x784.png 1536w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214206_276-2048x1045.png 2048w" sizes="auto, (max-width: 3830px) 100vw, 3830px" title="wechat_2024 12 25_214206_276.png" alt="wechat_2024 12 25_214206_276.png" /><figcaption class="wp-element-caption">面板主页</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="3803" height="1932" data-id="5641" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_233956_379.png"  class="wp-image-5641" srcset="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_233956_379.png 3803w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_233956_379-1536x780.png 1536w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_233956_379-2048x1040.png 2048w" sizes="auto, (max-width: 3803px) 100vw, 3803px" title="wechat_2024 12 25_233956_379.png" alt="wechat_2024 12 25_233956_379.png" /><figcaption class="wp-element-caption">安装应用日志</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="3795" height="1898" data-id="5639" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214339_818.png"  class="wp-image-5639" srcset="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214339_818.png 3795w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214339_818-1536x768.png 1536w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214339_818-2048x1024.png 2048w" sizes="auto, (max-width: 3795px) 100vw, 3795px" title="wechat_2024 12 25_214339_818.png" alt="wechat_2024 12 25_214339_818.png" /><figcaption class="wp-element-caption">应用列表1</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="3821" height="1937" data-id="5638" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214401_535.png"  class="wp-image-5638" srcset="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214401_535.png 3821w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214401_535-1536x779.png 1536w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214401_535-2048x1038.png 2048w" sizes="auto, (max-width: 3821px) 100vw, 3821px" title="wechat_2024 12 25_214401_535.png" alt="wechat_2024 12 25_214401_535.png" /><figcaption class="wp-element-caption">应用列表2</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="3810" height="1592" data-id="5637" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214740_553.png"  class="wp-image-5637" srcset="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214740_553.png 3810w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214740_553-1536x642.png 1536w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214740_553-2048x856.png 2048w" sizes="auto, (max-width: 3810px) 100vw, 3810px" title="wechat_2024 12 25_214740_553.png" alt="wechat_2024 12 25_214740_553.png" /><figcaption class="wp-element-caption">相关文件位置都在一块，管理方便</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="3807" height="1811" data-id="5636" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214859_927.png"  class="wp-image-5636" srcset="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214859_927.png 3807w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214859_927-1536x731.png 1536w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_214859_927-2048x974.png 2048w" sizes="auto, (max-width: 3807px) 100vw, 3807px" title="wechat_2024 12 25_214859_927.png" alt="wechat_2024 12 25_214859_927.png" /><figcaption class="wp-element-caption">SSL证书提供商</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="3461" height="1956" data-id="5640" src="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_220310_487.png"  class="wp-image-5640" srcset="https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_220310_487.png 3461w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_220310_487-1536x868.png 1536w, https://img.hjyl.org/uploads/2024/12/wechat_2024-12-25_220310_487-2048x1157.png 2048w" sizes="auto, (max-width: 3461px) 100vw, 3461px" title="wechat_2024 12 25_220310_487.png" alt="wechat_2024 12 25_220310_487.png" /><figcaption class="wp-element-caption">docker容器创建界面</figcaption></figure>
</figure>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="推荐一款LNMP 环境的开源面板——耗子面板" href="https://hjyl.org/lnmp-haozi-panel/">推荐一款LNMP 环境的开源面板——耗子面板</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/lnmp-haozi-panel/feed/</wfw:commentRss>
			<slash:comments>34</slash:comments>
		
		
			</item>
	</channel>
</rss>
