mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #189] Login problem #2058
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2058
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CarFla on GitHub (Nov 24, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/189
Hi
sorry man, i am stupid....
I was created two time a VM into Proxmox, and do the installation.
Then request i insert the username, but no password was request.
After the end of installation, I can go to rmm to login, but.... I insert username inserted during installation and password for meshCentral password, but indicate Bad Credential
Can you help me to how i mistake?
Thank you
@wh1te909 commented on GitHub (Nov 24, 2020):
no problem lol
the username/password was during installation when it asked you to "Please create your login for the RMM website and django admin"
If you don't remember it, you can reset the password manually. Run the following commands in your terminal from the below screenshot. change "hunter2" to whatever password you want. Also if you don't remember the username, you can type
user.usernamein the python shell before you do theexit()and it will show you your username@CarFla commented on GitHub (Nov 25, 2020):
Thank you. But I think there is something else.
This is the answare
https://pastebin.com/bCeW2mh7
My VM is a CT on Proxmox. I try more time to install from install.sh. The installation stuck in all secret creation like:
DJANGO_SEKRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 80 | head -n 1)
I try different VM.
Thank you for support.
@wh1te909 commented on GitHub (Nov 25, 2020):
ah ok yea the install script is only tested on a fresh ubuntu 20.04 VM, not a proxmox lxc container
I have gotten it to work before on proxmox lxc but requires extra steps
I would recommend just using a full VM instead of ct
@CarFla commented on GitHub (Nov 26, 2020):
Thank you. But I think there is something else.
This is the answare
https://pastebin.com/bCeW2mh7
My VM is a CT on Proxmox. I try more time to install from install.sh. The installation stuck in all secret creation like:
DJANGO_SEKRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 80 | head -n 1)
I try different VM.
Thank you for support.
@CarFla commented on GitHub (Nov 26, 2020):
Ok, I install on VPS
Thank you