You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble using the web interface on port 64297. After a seemingly successful login with the credentials I inputted while making the T-Pot instance, I get this screen, which doesn't seem to have any options for me to click through to:
After looking through some documentation and other issues folks have had, my best guess is that I might be misunderstanding something with the different user types? I've tried to log in with a few other credential pairings (such as tsec and webuser with w3b$ecret or the password I generated during T-Pot installation, but no luck. Could be missing something else, I'm definitely a rookie. Thanks!
<><><><><><><><><><><><><><><><><><><><> ⚠️ Basic support information (commands are expected to run as root)
What version of the OS are you currently using lsb_release -a and uname -a?
Output of lsb_release -a: Debian GNU/Linux 12 (bookworm)
Output of uname -a: Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
What T-Pot version are you currently using?
22.04.0
What edition (Standard, Nextgen, etc.) of T-Pot are you running?
Standard
What architecture are you running on (i.e. hardware, cloud, VM, etc.)?
Debian instance hosted through AWS.
Did you have any problems during the install? If yes, please attach /install.log/install.err.
No.
How long has your installation been running?
A few hours.
Did you install upgrades, packages or use the update script?
No.
Did you modify any scripts or configs? If yes, please attach the changes.
Yes. This is a post-install iso installation. Before running ./install.sh --type=user, I modified line 20 /tpotce/iso/installer/install.sh to include bookworm.
Also, the tpot service appeared to be restarting every few minutes after ddospot failed to boot up correctly. I changed one of ddospot's ports from 53 to 52, based off of a suggestion I found here: #1415
After making these changes T-Pot appears to have installed well and all services/containers work well, from what I can tell.
Please provide a screenshot of glances and htop.
htop:
glances:
How much free disk space is available (df -h)?
What is the current container status (dps.sh)?
What is the status of the T-Pot service (systemctl status tpot)?
What ports are being occupied? Stop T-Pot systemctl stop tpot and run netstat -tulpen
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having trouble using the web interface on port 64297. After a seemingly successful login with the credentials I inputted while making the T-Pot instance, I get this screen, which doesn't seem to have any options for me to click through to:
After looking through some documentation and other issues folks have had, my best guess is that I might be misunderstanding something with the different user types? I've tried to log in with a few other credential pairings (such as
tsec
andwebuser
withw3b$ecret
or the password I generated during T-Pot installation, but no luck. Could be missing something else, I'm definitely a rookie. Thanks!<><><><><><><><><><><><><><><><><><><><>
⚠️ Basic support information (commands are expected to run as
root
)lsb_release -a
anduname -a
?Output of
lsb_release -a
: Debian GNU/Linux 12 (bookworm)Output of
uname -a
: Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux22.04.0
Standard
Debian instance hosted through AWS.
/install.log
/install.err
.No.
A few hours.
No.
Yes. This is a post-install iso installation. Before running
./install.sh --type=user
, I modified line 20/tpotce/iso/installer/install.sh
to includebookworm
.Also, the tpot service appeared to be restarting every few minutes after ddospot failed to boot up correctly. I changed one of ddospot's ports from 53 to 52, based off of a suggestion I found here: #1415
After making these changes T-Pot appears to have installed well and all services/containers work well, from what I can tell.
glances
andhtop
.htop:
glances:
df -h
)?dps.sh
)?systemctl status tpot
)?systemctl stop tpot
and runnetstat -tulpen
Beta Was this translation helpful? Give feedback.
All reactions