-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Interface not working #255
Comments
I believe it is because they bumped the electron-nightly version up and I dont think anything that AhMyth uses is supported with the current version of electron-nighly, for me after i install everything EXCEPT electron-nightly, everything worked the only problem was that it couldn't build apks or bind with them (like the window to choose the apk to bind with opens, but when you choose the apk you want to bind with nothing happens) THEN when I installed electron-nightly the interface completely wouldn't work I could only type in the listener box. So I do believe the problem is with electron-nightly |
Download AhMyth from here https://github.com/zlocate/AhMyth-Rat-Modern/releases |
You can run this tool in docker (in case if you have no time to install exact electron version)Dockerfile(put in root of project): FROM ubuntu
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -yq npm xorg gradle
RUN npm install
RUN npm install electron --save-dev
EXPOSE 55555
ADD . /data
ENTRYPOINT ["sh", "-c", "cd /data/AhMyth-Server/ && npx electron ./app --no-sandbox"] Allow X11 network connections: BUTthis way you can't build an apk NEED HELPLogs of empty build:
Logs of bind:
|
I can only write in the port when I click liste nothing happens actually when I click anything nothing happens any ideas why this is happening
The text was updated successfully, but these errors were encountered: